aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Preprocessor.cpp
AgeCommit message (Expand)Author
2008-05-09DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when...Steve Naroff
2008-05-05Neil pointed out that clang doesn't generate ranges from diagnosticsChris Lattner
2008-04-19simplify ownership of the predefines buffer.Chris Lattner
2008-04-17class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek
2008-04-17Added "PreprocessorFactory", an interface for lazily creating Preprocessor ob...Ted Kremenek
2008-03-18move #include to the file that needs it.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner