hanchenye-llvm-project/clang/lib
David Blaikie 8533e96e42 -Wdeprecated: SavedInstanceContext is returned by value but isn't really copyable, but it can be made movable
llvm-svn: 244826
2015-08-12 22:58:10 +00:00
..
ARCMigrate Use llvm::reverse to make a bunch of loops use foreach. NFC. 2015-07-30 17:22:52 +00:00
AST [dllimport] A non-imported class with an imported key can't have a key 2015-08-10 19:39:01 +00:00
ASTMatchers Switching from an explicit loop to DeleteContainerSeconds; NFC. 2015-08-12 20:05:18 +00:00
Analysis [modules] Fix thread safety analysis to cope with merging of FieldDecls across modules. 2015-08-12 02:17:52 +00:00
Basic [modules] If loading a .pcm file would cause us to run out of source locations, attempt to fail more gracefully. (No test; this requires >= 4GB of preprocessed input...) 2015-08-12 22:25:24 +00:00
CodeGen Revert "Implement poisoning of only class members in dtor, as opposed to also poisoning fields inherited from base classes." 2015-08-12 22:07:24 +00:00
Driver Don't compare getArchName() to "tce" as a string. NFC. 2015-08-12 18:36:12 +00:00
Edit [Edit] Use StringRef's copy method. No functional change intended. 2015-08-04 11:18:09 +00:00
Format clang-format: Make SpaceBeforeParens work with overloaded operators. 2015-08-11 20:32:24 +00:00
Frontend Stop printing macro backtraces that don't help diagnostics. 2015-08-12 18:24:59 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [X86] Add support for _MM_ALIGN16 2015-08-06 08:24:38 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex [modules] When building a dependency file, include module maps parsed in the 2015-08-09 04:46:57 +00:00
Parse [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with openmp directive 2015-08-12 07:10:54 +00:00
Rewrite Make local function isWhitespaceExceptNL static instead of in anonymous namespace 2015-07-28 04:54:03 +00:00
Sema -Wdeprecated: SavedInstanceContext is returned by value but isn't really copyable, but it can be made movable 2015-08-12 22:58:10 +00:00
Serialization [modules] If loading a .pcm file would cause us to run out of source locations, attempt to fail more gracefully. (No test; this requires >= 4GB of preprocessed input...) 2015-08-12 22:25:24 +00:00
StaticAnalyzer [Static Analyzer] Warn when inner and outer conditions are identical. The inner condition is always true. 2015-08-10 07:18:29 +00:00
Tooling Use LLVM_ATTRIBUTE_UNUSED to hide gcc 5.1 unused variable warning. 2015-08-07 16:21:23 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00