llvm-project/clang/lib
Douglas Gregor 308047d3a5 Initial stab at implement dependent member references to member
templates, e.g.,
  
  x.template get<T>

We can now parse these, represent them within an UnresolvedMemberExpr
expression, then instantiate that expression node in simple cases.

This allows us to stumble through parsing LLVM's Casting.h.

llvm-svn: 81300
2009-09-09 00:23:06 +00:00
..
AST Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
Analysis Fix buffer overflow reported in PR 4903. 2009-09-05 17:59:01 +00:00
Basic Replace some instances of std::string with StringRefs. 2009-09-05 09:49:39 +00:00
CodeGen Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! 2009-09-08 18:24:21 +00:00
Driver Change Darwin toolchain lookup to use llvm::Triple. 2009-09-08 23:37:36 +00:00
Frontend Fix PR4922, where Sema would complete tentative definitions in nondeterminstic 2009-09-08 18:19:27 +00:00
Headers CMake: Improve installation of Clang 2009-08-23 05:28:29 +00:00
Index Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Lex Updated GNU runtime non-fragile ABI. 2009-08-31 16:41:57 +00:00
Parse Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
Rewrite Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Sema Initial stab at implement dependent member references to member 2009-09-09 00:23:06 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00