llvm-project/clang/lib
Douglas Gregor 7b71e63120 Add a header containing the Clang version; make the driver use this
Clang version value rather than hard-coding "1.0".

Add PCH and Clang version information into the PCH file. Reject PCH
files with the wrong version information.

llvm-svn: 70264
2009-04-27 22:23:34 +00:00
..
AST Add a bit more handling for declarations like "int a[*]". 2009-04-26 21:57:51 +00:00
Analysis Add two new checker-specific attributes: 'objc_ownership_release' and 2009-04-27 19:36:56 +00:00
Basic Be more careful in our teardown of the PCHReader after deciding to 2009-04-27 21:28:04 +00:00
CodeGen x86-32 ABI: Fix crash on return of structure with flexible array 2009-04-27 18:31:32 +00:00
Driver Add a header containing the Clang version; make the driver use this 2009-04-27 22:23:34 +00:00
Frontend Add a header containing the Clang version; make the driver use this 2009-04-27 22:23:34 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex Lazily load the controlling macros for all of the headers known in the 2009-04-25 23:30:02 +00:00
Parse Add two new checker-specific attributes: 'objc_ownership_release' and 2009-04-27 19:36:56 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Track down return statements in the handlers of a function-try-block of constructors. Meh ... 2009-04-27 21:33:24 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00