| Commit message (Expand) | Author | Age | Files | Lines |
* | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor | 2011-07-19 | 3 | -23/+99 |
* | Implement a __WCHAR_UNSIGNED__ macro and use it to include WCHAR_MIN and | Alexis Hunt | 2011-07-19 | 1 | -0/+3 |
* | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel | 2011-07-18 | 1 | -2/+2 |
* | Do not modify string returned by getenv on Windows. | Francois Pichet | 2011-07-16 | 1 | -4/+2 |
* | Update the remaining comments in Frontend to 'expansion'. | Chandler Carruth | 2011-07-14 | 1 | -2/+2 |
* | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth | 2011-07-14 | 2 | -8/+8 |
* | Switch all local code and comments from '[Ii]nstantiat(ion|ed)' to | Chandler Carruth | 2011-07-14 | 1 | -14/+14 |
* | Switch the diagnostic messages about macros to use the terms 'expanded' | Chandler Carruth | 2011-07-14 | 1 | -2/+2 |
* | In debugger mode, make ObjC message sends to unknown selectors return | John McCall | 2011-07-13 | 1 | -0/+3 |
* | Implement -MG. Fixes PR9613 | Peter Collingbourne | 2011-07-12 | 2 | -1/+39 |
* | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis | 2011-07-09 | 1 | -1/+13 |
* | Fix up dependency file name printing to more closely match that of gcc, inclu... | Eli Friedman | 2011-07-08 | 1 | -5/+11 |
* | Keep track of which source locations are part of a macro argument | Chandler Carruth | 2011-07-07 | 1 | -13/+83 |
* | Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi... | Jonathan D. Turner | 2011-07-07 | 3 | -43/+0 |
* | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -16/+30 |
* | Keep track of when "unrecoverable" errors occur, then allow | Douglas Gregor | 2011-07-06 | 1 | -1/+1 |
* | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor | 2011-07-06 | 1 | -4/+4 |
* | Call objc_terminate() instead of abort() when a cleanup throws an | John McCall | 2011-07-06 | 1 | -0/+3 |
* | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 2 | -6/+10 |
* | Don't define __CONSTANT_CFSTRINGS__ with -fno-constant-cfstrings issue. | Fariborz Jahanian | 2011-07-05 | 1 | -1/+2 |
* | Update header-search paths for MinGW, from Ruben Van Boxem | Douglas Gregor | 2011-07-05 | 1 | -0/+2 |
* | Make the GCC version proliferation worse by N+1 for the sake of | Chandler Carruth | 2011-07-02 | 1 | -0/+4 |
* | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor | 2011-07-01 | 1 | -1/+4 |
* | When we create a precompiled preamble, don't copy the | Douglas Gregor | 2011-07-01 | 1 | -6/+9 |
* | Use existing -fcatch-undefined-behavior option, | Fariborz Jahanian | 2011-06-29 | 1 | -3/+0 |
* | Under a compiler flag, -freset-local-blocks, | Fariborz Jahanian | 2011-06-28 | 1 | -0/+3 |
* | Fix PR9279 - Macro expansion stack trace seriously broken with function-style... | Chris Lattner | 2011-06-28 | 1 | -7/+9 |
* | Improve header search for MinGW(-w64), from Ruben Van Boxem! | Douglas Gregor | 2011-06-27 | 1 | -27/+39 |
* | In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if th... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -2/+3 |
* | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -13/+13 |
* | avoid using config.h in public headers | Dylan Noblesmith | 2011-06-23 | 1 | -0/+1 |
* | Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! | Douglas Gregor | 2011-06-22 | 1 | -0/+44 |
* | Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent | Bob Wilson | 2011-06-21 | 2 | -7/+7 |
* | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson | 2011-06-21 | 2 | -2/+10 |
* | IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. | Daniel Dunbar | 2011-06-21 | 1 | -0/+4 |
* | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 2011-06-21 | 1 | -4/+3 |
* | Add support for -Wa,--noexecstack when building from a non-assembly file. For | Nick Lewycky | 2011-06-21 | 1 | -0/+3 |
* | Define __cplusplus to 201103L when in (non-GNU) C++0x mode. | Douglas Gregor | 2011-06-20 | 1 | -3/+10 |
* | [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi... | Argyrios Kyrtzidis | 2011-06-18 | 1 | -0/+8 |
* | [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h... | Argyrios Kyrtzidis | 2011-06-17 | 1 | -8/+1 |
* | Fix a regression introduced by r131955 which broke #include_next in subtle si... | Chris Lattner | 2011-06-16 | 1 | -1/+4 |
* | code cleanups, no behavior change. | Chris Lattner | 2011-06-16 | 1 | -64/+64 |
* | Raise the ARCMT functionality in Clang into proper FrontendActions. | Chandler Carruth | 2011-06-16 | 3 | -30/+38 |
* | Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. | NAKAMURA Takumi | 2011-06-16 | 1 | -0/+3 |
* | Unconditionally #define the ARC ownership qualifiers, instead of #defining | John McCall | 2011-06-16 | 1 | -0/+9 |
* | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall | 2011-06-15 | 3 | -0/+62 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 2 | -12/+178 |
* | Introduce a -cc1-level option to turn off related result type | Douglas Gregor | 2011-06-14 | 1 | -0/+6 |
* | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor | 2011-06-13 | 1 | -6/+0 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+6 |