Age | Commit message (Expand) | Author |
2013-01-15 | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Some compilers do require Diagnostic.h to be present here. | Benjamin Kramer |
2012-02-04 | Don't include Diagnostics.h twice when it's required zero times. | Benjamin Kramer |
2012-02-02 | Introduce a -cc1 option "-dependency-graphviz" that determines header | Douglas Gregor |
2011-12-09 | Move a free function from the Frontend library into the Lex library as | Chandler Carruth |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-07-23 | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-04 | Remove the old implementation of -verify, which has been dead code since r88750. | Richard Smith |
2011-04-05 | Fix building with gcc. | Argyrios Kyrtzidis |
2011-04-04 | Move Driver::createInvocationFromArgs function to Frontend library to avoid d... | Argyrios Kyrtzidis |
2011-03-21 | Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don't | Daniel Dunbar |
2011-02-23 | Preserve what the user passed to -include when emitting .d files. Fixes PR8974! | Nick Lewycky |
2011-02-02 | Frontend: Add support (unused) for showing all "interesting" headers, not just | Daniel Dunbar |
2011-02-02 | Frontend: Factor out header include dumping (-H) into its own preprocessor | Daniel Dunbar |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-08-24 | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne |
2010-08-12 | Frontend: Move the bulk of the cc1_main() processing into | Daniel Dunbar |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-03-17 | Simplify ProcessWarningOptions since it can't fail | Kovarththanan Rajaratnam |
2010-01-20 | Fix a layering issue between Basic and FE by moving a utility class into Basic. | Chandler Carruth |
2010-01-13 | Predefine __weak attribute when doing objective-c | Fariborz Jahanian |
2010-01-09 | Move MacroBuilder into Frontend/Utils.h and clean it up a bit. | Benjamin Kramer |
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 |