llvm-project/clang/lib
Fariborz Jahanian 037bcb5be3 Added an assert.
llvm-svn: 90285
2009-12-01 23:35:33 +00:00
..
AST Rework how we support C++ implicit member accesses. If we can resolve an 2009-12-01 22:10:20 +00:00
Analysis Provide the correct vector size for referenced variables. 2009-12-01 22:12:34 +00:00
Basic In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two source locations with no common ancestor in the include stack, determine order by assuming memory buffers preceed files, and then that FileIDs are created in order. 2009-12-01 23:07:57 +00:00
CodeGen Added an assert. 2009-12-01 23:35:33 +00:00
Driver clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp, 2009-12-01 03:16:53 +00:00
Frontend ASTUnit: Make sure to preserve the TargetInfo for later use. 2009-12-01 21:57:33 +00:00
Headers Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. 2009-11-22 15:47:12 +00:00
Index Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
Lex pass the reason for failure up from MemoryBuffer and report it 2009-12-01 22:52:33 +00:00
Parse Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema Fix a code gen. crash synthesizing a destructor. 2009-12-01 23:18:25 +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