clang-1/lib/Parse
Douglas Gregor 2786864406 Revert r126748, my second attempt at nested-name-specifier source
location information for elaborated types. *sigh*


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126753 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-01 17:25:47 +00:00
..
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit 2011-02-17 18:59:06 +00:00
ParseCXXInlineMethods.cpp When parsing an out-of-line member function declaration, we must delay 2011-02-14 07:13:47 +00:00
ParseDecl.cpp Revert r126748, my second attempt at nested-name-specifier source 2011-03-01 17:25:47 +00:00
ParseDeclCXX.cpp Revert r126748, my second attempt at nested-name-specifier source 2011-03-01 17:25:47 +00:00
ParseExpr.cpp fix rdar://9024687, a crash on invalid that we used to silently ignore. 2011-02-18 21:16:39 +00:00
ParseExprCXX.cpp Revert r126748, my second attempt at nested-name-specifier source 2011-03-01 17:25:47 +00:00
ParseInit.cpp Implement support for pack expansions in initializer lists and 2011-01-03 19:31:53 +00:00
ParseObjc.cpp Implement a special code-completion pattern for "IBAction". Fixes 2011-02-15 22:19:42 +00:00
ParsePragma.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
ParsePragma.h OpenCL: add support for __kernel, kernel keywords and EXTENSION, 2011-02-14 01:42:53 +00:00
ParseStmt.cpp implement basic support for __label__. I wouldn't be shocked if there are 2011-02-18 02:08:43 +00:00
ParseTemplate.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
ParseTentative.cpp Implement the Microsoft __is_convertible_to type trait, modeling the 2011-01-27 20:28:01 +00:00
Parser.cpp Revert r126748, my second attempt at nested-name-specifier source 2011-03-01 17:25:47 +00:00
RAIIObjectsForParser.h Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00