Age | Commit message (Expand) | Author |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2013-01-16 | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor |
2013-01-15 | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor |
2013-01-15 | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier |
2013-01-14 | Constify argument of Preprocessor::getMacroInfoHistory and propagate to | Dmitri Gribenko |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2013-01-11 | [libclang] In ASTUnit::getMainFileName() Invocation may be null because the A... | Argyrios Kyrtzidis |
2013-01-10 | Be more careful about updating the failed-modules set | Douglas Gregor |
2013-01-09 | Make sure clang puts tokens from different files on separate lines in "-E -P"... | Eli Friedman |
2013-01-04 | Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> | Douglas Gregor |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-30 | [ubsan] Recover by default, use -fno-sanitize-recover to disable. | Will Dietz |
2012-12-24 | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov |
2012-12-24 | DiagnosticRenderer.cpp: Prune one description in DiagnosticRenderer::emitMacr... | NAKAMURA Takumi |
2012-12-22 | [libclang] Don't try to translate diagnostics from the precompiled preamble t... | Argyrios Kyrtzidis |
2012-12-21 | Sort the includes according to the coding standard. | Roman Divacky |
2012-12-21 | Remove duplicate includes. | Roman Divacky |
2012-12-19 | Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback. | Ted Kremenek |
2012-12-18 | Be defensive when printing module import locations; the diagnostic printer ne... | Douglas Gregor |
2012-12-18 | More conservative fix for <rdar://problem/12847524> (a crash printing diagnos... | Eli Friedman |
2012-12-13 | Revert 170049 because it fails with an assertion on one of the spec2000 workl... | Nadav Rotem |
2012-12-13 | More hacking on mapDiagnosticRanges to make it handle more cases. | Eli Friedman |
2012-12-11 | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis |
2012-12-08 | Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe... | Benjamin Kramer |
2012-12-05 | [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this s... | Chad Rosier |
2012-12-05 | [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language | Chad Rosier |
2012-12-05 | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier |
2012-12-05 | PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be | Richard Smith |
2012-12-05 | Minor reorganization. No functionality change. | Richard Smith |
2012-12-05 | Simplify slightly by seperating out the responsibility for emission of a caret | Richard Smith |
2012-12-05 | Simplify diagnostic emission. No functionality change intended. | Richard Smith |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-04 | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis |
2012-12-03 | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov |
2012-12-02 | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz |
2012-12-01 | Make helper classes anonymous. Make helper functions static instead of privat... | Benjamin Kramer |
2012-11-30 | Teach the serialized diagnostic writer to clone() itself, sharing | Douglas Gregor |
2012-11-30 | Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! | Douglas Gregor |
2012-11-30 | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor |
2012-11-30 | When an error occurs while building a module on demand, provide "While | Douglas Gregor |
2012-11-30 | Fix the computation of highlight ranges so we produce something sane when | Eli Friedman |
2012-11-29 | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor |
2012-11-29 | Reject uses of __int128 on platforms that don't support it. Also move the ugly | Richard Smith |
2012-11-27 | Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and | Rafael Espindola |
2012-11-27 | Frontend: Create a virtual file for named pipe inputs. | Daniel Dunbar |
2012-11-23 | PR14306: Move -fbounds-checking to -fsanitize=bounds. | Joey Gouly |
2012-11-21 | Use color for -ast-dump-filter only when it is supported | Dmitri Gribenko |
2012-11-16 | Since CreateTargetInfo is taking ownership of the target options, pass | Douglas Gregor |