llvm-project/clang/lib
Richard Smith ef985ac91c Fix accepts-invalid if a variable template explicit instantiation is missing an
argument list, but could be instantiated with argument list of <>.

llvm-svn: 190913
2013-09-18 02:10:12 +00:00
..
ARCMigrate ObjectiveC migrator. infer NS_OPTIONS correctly in the 2013-09-17 23:32:51 +00:00
AST Fix ObjC @encode for C++ classes w/virtual bases. 2013-09-18 01:59:16 +00:00
ASTMatchers Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. 2013-08-30 15:09:52 +00:00
Analysis PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a 2013-09-12 18:49:10 +00:00
Basic Push contents of X86TargetInfo::setFeatureEnabled down to a static function called by the virtual version and all the places in getDefaultFeatures. This way getDefaultFeatures doesn't make so many virtual calls. 2013-09-17 04:51:29 +00:00
CodeGen Emit an error when attempting to generate IR for SEH __try 2013-09-16 21:46:30 +00:00
Driver Add comment about exporting clang::driver::ArgStringList, 2013-09-18 00:41:15 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Don't accidentally move tokens into preprocessor directive. 2013-09-17 09:52:48 +00:00
Frontend Fix potential race in module building code. 2013-09-17 00:51:29 +00:00
FrontendTool ObjectiveC migrator. This patch infers readonly properties for no-parameter 2013-08-28 23:22:46 +00:00
Headers Add Intrin.h to the cmake files. 2013-09-06 20:11:28 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Add a define for the ObjFW runtime ABI version. 2013-09-16 16:31:49 +00:00
Parse Add some missing ProhibitAttributes calls to some declaration-like #pragmas. 2013-09-16 21:17:44 +00:00
Rewrite ObjectiveC modern translator: Provide proper cast of 2013-09-17 17:51:48 +00:00
Sema Fix accepts-invalid if a variable template explicit instantiation is missing an 2013-09-18 02:10:12 +00:00
Serialization Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" 2013-09-17 23:57:10 +00:00
StaticAnalyzer [analyzer] More reliably detect property accessors. 2013-09-17 01:30:57 +00:00
Tooling Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. 2013-09-12 18:23:34 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00