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