Age | Commit message (Expand) | Author |
2013-01-25 | Implement the reader of the global module index and wire it into the | Douglas Gregor |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-24 | [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". | Anna Zaks |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-23 | Documentation cleanup: fixing documentation for FrontendAction. | James Dennett |
2013-01-22 | [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style | Chad Rosier |
2013-01-21 | [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a cra... | Argyrios Kyrtzidis |
2013-01-20 | Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ... | Alexey Samsonov |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-20 | Fix what appears to be a copy-paste error. | Sean Silva |
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 |