| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> | Douglas Gregor | 2013-01-04 | 1 | -2/+0 |
| * | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 3 | -4/+4 |
| * | [ubsan] Recover by default, use -fno-sanitize-recover to disable. | Will Dietz | 2012-12-30 | 1 | -1/+1 |
| * | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov | 2012-12-24 | 1 | -0/+2 |
| * | DiagnosticRenderer.cpp: Prune one description in DiagnosticRenderer::emitMacr... | NAKAMURA Takumi | 2012-12-24 | 1 | -1/+0 |
| * | [libclang] Don't try to translate diagnostics from the precompiled preamble t... | Argyrios Kyrtzidis | 2012-12-22 | 1 | -11/+0 |
| * | Sort the includes according to the coding standard. | Roman Divacky | 2012-12-21 | 1 | -1/+1 |
| * | Remove duplicate includes. | Roman Divacky | 2012-12-21 | 1 | -1/+0 |
| * | Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback. | Ted Kremenek | 2012-12-19 | 1 | -4/+2 |
| * | Be defensive when printing module import locations; the diagnostic printer ne... | Douglas Gregor | 2012-12-18 | 1 | -1/+1 |
| * | More conservative fix for <rdar://problem/12847524> (a crash printing diagnos... | Eli Friedman | 2012-12-18 | 1 | -0/+7 |
| * | Revert 170049 because it fails with an assertion on one of the spec2000 workl... | Nadav Rotem | 2012-12-13 | 1 | -72/+24 |
| * | More hacking on mapDiagnosticRanges to make it handle more cases. | Eli Friedman | 2012-12-13 | 1 | -24/+72 |
| * | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis | 2012-12-11 | 1 | -2/+2 |
| * | Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe... | Benjamin Kramer | 2012-12-08 | 1 | -3/+23 |
| * | [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this s... | Chad Rosier | 2012-12-05 | 1 | -1/+1 |
| * | [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language | Chad Rosier | 2012-12-05 | 1 | -1/+1 |
| * | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier | 2012-12-05 | 1 | -0/+1 |
| * | PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be | Richard Smith | 2012-12-05 | 1 | -2/+10 |
| * | Minor reorganization. No functionality change. | Richard Smith | 2012-12-05 | 1 | -30/+30 |
| * | Simplify slightly by seperating out the responsibility for emission of a caret | Richard Smith | 2012-12-05 | 1 | -34/+42 |
| * | Simplify diagnostic emission. No functionality change intended. | Richard Smith | 2012-12-05 | 1 | -20/+19 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 22 | -91/+89 |
| * | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -1/+1 |
| * | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov | 2012-12-03 | 1 | -0/+1 |
| * | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz | 2012-12-02 | 1 | -0/+1 |
| * | Make helper classes anonymous. Make helper functions static instead of privat... | Benjamin Kramer | 2012-12-01 | 1 | -155/+156 |
| * | Teach the serialized diagnostic writer to clone() itself, sharing | Douglas Gregor | 2012-11-30 | 1 | -67/+112 |
| * | Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! | Douglas Gregor | 2012-11-30 | 2 | -16/+16 |
| * | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor | 2012-11-30 | 2 | -8/+84 |
| * | When an error occurs while building a module on demand, provide "While | Douglas Gregor | 2012-11-30 | 3 | -15/+68 |
| * | Fix the computation of highlight ranges so we produce something sane when | Eli Friedman | 2012-11-30 | 1 | -10/+30 |
| * | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor | 2012-11-29 | 1 | -18/+55 |
| * | Reject uses of __int128 on platforms that don't support it. Also move the ugly | Richard Smith | 2012-11-29 | 1 | -0/+2 |
| * | Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and | Rafael Espindola | 2012-11-27 | 1 | -1/+1 |
| * | Frontend: Create a virtual file for named pipe inputs. | Daniel Dunbar | 2012-11-27 | 1 | -1/+5 |
| * | PR14306: Move -fbounds-checking to -fsanitize=bounds. | Joey Gouly | 2012-11-23 | 1 | -2/+0 |
| * | Use color for -ast-dump-filter only when it is supported | Dmitri Gribenko | 2012-11-21 | 1 | -3/+6 |
| * | Since CreateTargetInfo is taking ownership of the target options, pass | Douglas Gregor | 2012-11-16 | 3 | -8/+8 |
| * | [libclang] When caching code-completion results, pass the CachedCompletionAll... | Argyrios Kyrtzidis | 2012-11-16 | 1 | -4/+5 |
| * | CPP Output: Do not emit an enter file marker for the main file. | Daniel Dunbar | 2012-11-16 | 1 | -0/+11 |
| * | block extended signatur option. Change previous option | Fariborz Jahanian | 2012-11-15 | 1 | -2/+2 |
| * | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis | 2012-11-15 | 1 | -13/+5 |
| * | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis | 2012-11-15 | 3 | -4/+5 |
| * | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko | 2012-11-15 | 1 | -2/+2 |
| * | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames | 2012-11-15 | 1 | -12/+12 |
| * | Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for | Richard Smith | 2012-11-14 | 2 | -2/+3 |
| * | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian | 2012-11-14 | 1 | -0/+2 |
| * | s/BCPLComment/LineComment/ | Nico Weber | 2012-11-11 | 1 | -1/+1 |