| Commit message (Expand) | Author | Age | Files | Lines |
* | When checking the encoding of an 8-bit string literal, don't just check the | Richard Smith | 2012-03-08 | 1 | -3/+19 |
* | More git-svn compatible version string, by request. | Andrew Trick | 2012-03-07 | 1 | -11/+18 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -13/+0 |
* | TargetInfo: create less temporary strings. | Benjamin Kramer | 2012-03-05 | 1 | -16/+17 |
* | Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 | Hal Finkel | 2012-03-02 | 1 | -0/+2 |
* | Use tabs instead of spaces. | Benjamin Kramer | 2012-03-02 | 1 | -3/+3 |
* | clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. | Jia Liu | 2012-03-02 | 2 | -10/+48 |
* | Add the Solaris support directory to the header search when using libc++. | David Chisnall | 2012-03-02 | 1 | -1/+1 |
* | Moving tagging of '__experimental_modules_import' IdentifierInfo out of | Ted Kremenek | 2012-03-01 | 1 | -0/+4 |
* | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -1/+1 |
* | Some more Solaris fixes. Now successfully building libc++ on Solaris with cl... | David Chisnall | 2012-02-28 | 1 | -1/+11 |
* | Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ... | Benjamin Kramer | 2012-02-26 | 1 | -0/+4 |
* | More ArrayRef-ification of methods. | Bill Wendling | 2012-02-22 | 1 | -1/+1 |
* | [PCH] Recover gracefully if the ASTReader detects that a file is different | Argyrios Kyrtzidis | 2012-02-20 | 1 | -1/+34 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -1/+1 |
* | On Solaris, define some standard macros that the Solaris headers require in | David Chisnall | 2012-02-17 | 1 | -0/+4 |
* | Provide common include for all diagnostic headers. | David Blaikie | 2012-02-15 | 1 | -17/+1 |
* | Store the warning option corresponding to a diagnostics as an index into the ... | Benjamin Kramer | 2012-02-15 | 1 | -21/+16 |
* | Remove the unuseful -fdiagnostics-show-name | David Blaikie | 2012-02-15 | 1 | -95/+4 |
* | Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sas... | Eli Friedman | 2012-02-10 | 1 | -1/+12 |
* | Kill the brief and full explanation fields from StaticDiagInfoRec. They were ... | Benjamin Kramer | 2012-02-09 | 1 | -32/+5 |
* | Fix indentation and an 80-column violation. | Chad Rosier | 2012-02-07 | 1 | -5/+7 |
* | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 1 | -2/+2 |
* | In r149662, setDiagnosticMapping was modified to not allow warnings mapped to | Chad Rosier | 2012-02-07 | 1 | -0/+35 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 3 | -8/+8 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 2 | -3/+3 |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 3 | -2/+15 |
* | Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca... | Benjamin Kramer | 2012-02-04 | 1 | -2/+2 |
* | Change the fixed array of FixitHints to a SmallVector to lift off | Argyrios Kyrtzidis | 2012-02-03 | 2 | -8/+4 |
* | [frontend] Don't allow a mapping to a warning override an error/fatal mapping. | Chad Rosier | 2012-02-03 | 1 | -0/+7 |
* | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor | 2012-02-02 | 1 | -0/+2 |
* | Use the new Triple::getMacOSXVersion function in another place. | Bob Wilson | 2012-01-31 | 1 | -26/+5 |
* | Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix. | Nico Weber | 2012-01-31 | 1 | -1/+5 |
* | Revert r149285, it breaks test/Preprocessor/init.c. | Nico Weber | 2012-01-30 | 1 | -5/+1 |
* | Fix "long double" and __SIZE_TYPE__ on powerpc. | Nico Weber | 2012-01-30 | 1 | -1/+5 |
* | Introduce TargetInfo::hasFeature() to query various feature names in | Douglas Gregor | 2012-01-30 | 2 | -2/+78 |
* | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -5/+8 |
* | Complain about attempts to use 'protected' visibility on targets | John McCall | 2012-01-29 | 1 | -0/+6 |
* | Use defined-at-zero behavior for CLZ/CTZ builtins on PowerPC. | Bob Wilson | 2012-01-28 | 1 | -0/+2 |
* | DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool, | Argyrios Kyrtzidis | 2012-01-28 | 1 | -3/+1 |
* | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 1 | -4/+11 |
* | Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having | Argyrios Kyrtzidis | 2012-01-27 | 2 | -0/+20 |
* | Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 | Bob Wilson | 2012-01-26 | 1 | -0/+1 |
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -1/+1 |
* | fix for PR11655 | Anton Yartsev | 2012-01-17 | 1 | -0/+3 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 3 | -4/+2 |
* | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -1/+0 |
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
* | remove assertions in the Hexagon backend specific clang driver | Sebastian Pop | 2012-01-13 | 1 | -0/+12 |
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -1/+1 |