llvm-project/clang/lib
Ted Kremenek d0fa573a7d Remove dead DeclarationName constructors that involving knowing about the
internal implementation of Selector.

llvm-svn: 66996
2009-03-14 00:27:40 +00:00
..
AST Remove dead DeclarationName constructors that involving knowing about the 2009-03-14 00:27:40 +00:00
Analysis Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed 2009-03-13 20:27:06 +00:00
Basic Add Diagnostic files for Frontend and move a couple errors over. 2009-03-12 10:14:16 +00:00
CodeGen Do up codegen for function static data and externs in functions in block 2009-03-13 23:34:28 +00:00
Driver Driver: Add types::{isAcceptedByClang,isCXX} predicates. 2009-03-13 23:46:19 +00:00
Frontend implement a new -fprint-source-range-info option, which 2009-03-13 01:08:23 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex make Preprocessor::Diags be a pointer instead of a reference. 2009-03-13 21:17:43 +00:00
Parse Pass more sane arguments to ActOnStaticAssertDeclaration 2009-03-13 23:29:20 +00:00
Rewrite fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. 2009-03-13 21:44:46 +00:00
Sema More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. 2009-03-14 00:25:26 +00:00
CMakeLists.txt Fix cmake builds. 2009-03-02 17:05:26 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00