| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a cra... | Argyrios Kyrtzidis | 2013-01-21 | 1 | -0/+2 |
| * | Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ... | Alexey Samsonov | 2013-01-20 | 1 | -1/+3 |
| * | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 4 | -41/+6 |
| * | Fix what appears to be a copy-paste error. | Sean Silva | 2013-01-20 | 1 | -1/+1 |
| * | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -1/+1 |
| * | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor | 2013-01-16 | 1 | -0/+1 |
| * | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor | 2013-01-15 | 2 | -0/+13 |
| * | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier | 2013-01-15 | 1 | -1/+8 |
| * | Constify argument of Preprocessor::getMacroInfoHistory and propagate to | Dmitri Gribenko | 2013-01-14 | 1 | -1/+1 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 9 | -28/+26 |
| * | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor | 2013-01-12 | 1 | -0/+6 |
| * | [libclang] In ASTUnit::getMainFileName() Invocation may be null because the A... | Argyrios Kyrtzidis | 2013-01-11 | 1 | -1/+15 |
| * | Be more careful about updating the failed-modules set | Douglas Gregor | 2013-01-10 | 1 | -2/+3 |
| * | Make sure clang puts tokens from different files on separate lines in "-E -P"... | Eli Friedman | 2013-01-09 | 1 | -1/+4 |
| * | 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 |