llvm-project/clang/lib
Douglas Gregor 43669f84ed When determining template instantiation arguments within a function
template (not a specialization!), use the "injected" function template
arguments, which correspond to the template parameters of the function
template. This is required when substituting into the default template
parameters of template template parameters within a function template.

Fixes PR9016.

llvm-svn: 127092
2011-03-05 17:54:25 +00:00
..
AST When determining template instantiation arguments within a function 2011-03-05 17:54:25 +00:00
Analysis Correctly handle nested switch statements in CFGBuilder when on switch statement has a condition that evaluates to a constant. 2011-03-04 01:03:41 +00:00
Basic Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. 2011-03-05 01:03:53 +00:00
CodeGen StringRefify. 2011-03-05 13:45:23 +00:00
Driver Normalize target triple passed out of driver. Basically this means 2011-03-05 16:05:17 +00:00
Frontend Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. 2011-03-05 01:03:53 +00:00
FrontendTool Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. 2011-02-25 00:09:51 +00:00
Headers CMake: updated list of installable header files. PR9321. 2011-02-27 13:33:31 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Provide an attribute, objc_method_family, to allow the inferred family 2011-03-02 11:33:24 +00:00
Parse Parser support for noexcept specifications. 2011-03-05 14:45:16 +00:00
Rewrite Fix objc rewriting bug casting to qualified objective-c pointetr. 2011-02-26 01:31:36 +00:00
Sema When determining template instantiation arguments within a function 2011-03-05 17:54:25 +00:00
Serialization Improved MemberPointerType source locations. 2011-03-05 14:42:21 +00:00
StaticAnalyzer Move some of the logic about classifying Objective-C methods into 2011-03-02 01:50:55 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00