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