summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Preprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* move the linux predefined macro definition to the TargetInfo, where it really...Nuno Lopes2008-07-051-5/+0
* predefine the macro linux when compiled on a linux system. this fixes the bui...Nuno Lopes2008-07-051-0/+5
* clang uses the llvm backend, so define __llvm__ like llvm-gcc. Chris Lattner2008-06-261-0/+3
* Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __...Steve Naroff2008-05-151-0/+2
* DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when...Steve Naroff2008-05-091-2/+0
* Neil pointed out that clang doesn't generate ranges from diagnosticsChris Lattner2008-05-051-0/+20
* simplify ownership of the predefines buffer.Chris Lattner2008-04-191-5/+1
* class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek2008-04-171-0/+2
* Added "PreprocessorFactory", an interface for lazily creating Preprocessor ob...Ted Kremenek2008-04-171-0/+2
* move #include to the file that needs it.Chris Lattner2008-03-181-1/+0
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+560
OpenPOWER on IntegriCloud