clang-1/lib
Douglas Gregor edc90500b1 Restore the invariant that a nested-name-specifier can only contain
class types, dependent types, and namespaces. I had previously
weakened this invariant while working on parsing pseudo-destructor
expressions, but recent work in that area has made these changes
unnecessary.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97112 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-25 04:46:04 +00:00
..
AST Use CXXPseudoDestructorExpr as the stored representation for dependent 2010-02-25 01:56:36 +00:00
Analysis Always add CallExpr as block-level expression. Inline-based interprocedural 2010-02-24 02:19:28 +00:00
Basic Use a little binary header in serialized diagnostics to help the deserializer skip over noise in the stream 2010-02-19 00:40:40 +00:00
Checker Enhance the unused ivar checker to not consider an ivar to be accidentally unused 2010-02-25 03:26:55 +00:00
CodeGen Remove dead code. 2010-02-25 03:57:50 +00:00
Driver Driver: Allow driver title (for --help) to be overridden by clients. 2010-02-25 03:31:53 +00:00
Frontend Frontend: Add CodeGenAction::takeModule(). 2010-02-25 04:37:50 +00:00
Headers add two aliases for SSE functions we already have, fixing PR6316. 2010-02-16 18:21:25 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Add __has_feature support for attributes ns_returns_not_retained 2010-02-18 00:06:04 +00:00
Parse Restore the invariant that a nested-name-specifier can only contain 2010-02-25 04:46:04 +00:00
Rewrite Some clean up of replacement text API no longer needed by 2010-02-05 16:43:40 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Restore the invariant that a nested-name-specifier can only contain 2010-02-25 04:46:04 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00