Age | Commit message (Expand) | Author |
2009-11-12 | Move warning options into DiagnosticOptions. | Daniel Dunbar |
2009-11-11 | Tweak PCH -include handling to make sure it matches the name as would be present | Daniel Dunbar |
2009-11-11 | Always initialize the header search object as part of InitializePreprocessor; | Daniel Dunbar |
2009-11-11 | Allow Preprocessor to take ownership of the HeaderSearch object. I think it s... | Daniel Dunbar |
2009-11-11 | Sink AttachDependencyFileGen into CreatePreprocessor. | Daniel Dunbar |
2009-11-11 | Add DependencyOutputOptions to wrap -M... options, and propogate to | Daniel Dunbar |
2009-11-11 | Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to | Daniel Dunbar |
2009-11-11 | Add PreprocessorOutputOptions, for things like -dM, -C, -CC which control -E | Daniel Dunbar |
2009-11-09 | Privatize InitHeaderSearch, this functionality is only exposed via | Daniel Dunbar |
2009-11-07 | Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix | Daniel Dunbar |
2009-11-04 | Kill PreprocessorFactory, which was both morally repugnant and totally unused. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-06 | Move the 'ResolveLocationInAST' function from the Frontend library to the Ind... | Argyrios Kyrtzidis |
2009-07-06 | Move ASTLocation and DeclReferenceMap from the AST library to the Index library. | Argyrios Kyrtzidis |
2009-07-06 | Rename 'ASTNode' -> 'ASTLocation'. | Argyrios Kyrtzidis |
2009-07-05 | Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ... | Argyrios Kyrtzidis |
2009-06-25 | Introduce the ResolveLocationInAST function which takes an ASTContext and a S... | Argyrios Kyrtzidis |
2009-05-19 | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman |