aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend
AgeCommit message (Expand)Author
2011-08-25Remove the Chaining argument from the PCH/module generator. It's no longer usedDouglas Gregor
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-08-17In the AST file format, eliminate the CHAINED_METADATA record. Instead,Douglas Gregor
2011-08-05Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner
2011-08-04Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-07-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor
2011-07-28Cut down the number of open/close system calls for output files.Argyrios Kyrtzidis
2011-07-25Pick up expected diagnostics not only in the main file but also in the file w...Axel Naumann
2011-07-23Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-19[arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor
2011-07-14Update the remaining comments in Frontend to 'expansion'.Chandler Carruth
2011-07-14NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth
2011-07-12Implement -MG. Fixes PR9613Peter Collingbourne
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-07-07Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner
2011-07-06libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor
2011-07-06Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-07-01When we create a precompiled preamble, don't copy theDouglas Gregor
2011-06-30Fix typoPeter Collingbourne
2011-06-28Fix PR9279 - Macro expansion stack trace seriously broken with function-style...Chris Lattner
2011-06-21Fix a case that I missed in r133550.Bob Wilson
2011-06-21Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson
2011-06-21Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson
2011-06-21IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.Daniel Dunbar
2011-06-21Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky
2011-06-18[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis
2011-06-17[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis
2011-06-16comment improvements.Chris Lattner
2011-06-16code cleanups, no behavior change.Chris Lattner
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth
2011-06-15Automatic Reference Counting.John McCall
2011-06-04Remove the old implementation of -verify, which has been dead code since r88750.Richard Smith
2011-05-21Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor
2011-05-06Introduce a new libclang parsing flag,Douglas Gregor
2011-05-05Preserve the full name of the file, so that '-c -o foo.pic.o' producesNick Lewycky
2011-05-04Record where the GCOV data files should be placed.Nick Lewycky
2011-05-03Introduce ASTUnit::LoadFromCompilerInvocationAction that allows one to create...Argyrios Kyrtzidis
2011-05-02When using -std= flag added check to make sure language and standard are comp...Chad Rosier
2011-04-30Implement -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-29Add -Oz option and use it to set the inline threshold to 25.Bob Wilson
2011-04-24Give MultiplexConsumer.h a header guard.Sebastian Redl
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor