Age | Commit message (Expand) | Author |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-04 | clang/Lex: [CMake] Update CMakefiles since r169229. | NAKAMURA Takumi |
2012-12-04 | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis |
2012-12-04 | In the PreprocessingRecord, to identify the different conditional directive r... | Argyrios Kyrtzidis |
2012-12-04 | Introduce CompilationDatabase::getAllCompileCommands() that returns all | Argyrios Kyrtzidis |
2012-12-04 | Add a 'count' field to the DWARF subrange. | Bill Wendling |
2012-12-04 | Testing objective-C declarations embedded in | Fariborz Jahanian |
2012-12-04 | Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly m... | Michael Ilseman |
2012-12-04 | remove trailing whitespace | Michael Ilseman |
2012-12-03 | Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary | Richard Smith |
2012-12-03 | Fixes a compile warning and crash in the tests. | Manuel Klimek |
2012-12-03 | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov |
2012-12-03 | libclangFormat is not libclangTooling, but it depends on it. | Benjamin Kramer |
2012-12-03 | Fix PR14474: don't emit debug info for interface types in -gline-tables-only ... | Alexey Samsonov |
2012-12-03 | Initial version of formatting library. | Daniel Jasper |
2012-12-03 | Add -fsanitize=memory. | Evgeniy Stepanov |
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-12-01 | [MIPS] Add -mxgot/-mno-xgot command line options | Simon Atanasyan |
2012-12-01 | Add raw_ostream include to pacify MSVC. | Benjamin Kramer |
2012-12-01 | Include pruning and general cleanup. | Benjamin Kramer |
2012-12-01 | Don't include Type.h in DeclarationName.h. | Benjamin Kramer |
2012-12-01 | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer |
2012-12-01 | Consistently use 'needsImplicit<special member>' to determine whether we need | Richard Smith |
2012-12-01 | Try to make the source location information for token pastes a bit more consi... | Eli Friedman |
2012-12-01 | Remove restriction on combining ubsan with asan or tsan. This has worked for ... | Richard Smith |
2012-12-01 | Fix the determination of whether a capture refers to an enclosing | Douglas Gregor |
2012-11-30 | Don't emit a warning with an input/output parameter. We assume the user knows... | Bill Wendling |
2012-11-30 | Teach the serialized diagnostic writer to clone() itself, sharing | Douglas Gregor |
2012-11-30 | Don't warn if the input size is less than the register size. Also don't warn if | Bill Wendling |
2012-11-30 | Make -Wtautological-constant-out-of-range-compare behave sanely for enums wit... | Eli Friedman |
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 | Fixing a precedence issue with my previous commit. | Aaron Ballman |
2012-11-30 | Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types ... | Aaron Ballman |
2012-11-30 | Comments: no need to escape any characters in \code ... \endcode. | Dmitri Gribenko |
2012-11-30 | Support for #pragma region/endregion for MSVC compatibility. Patch thanks to... | Aaron Ballman |
2012-11-30 | Actually keep track of the source locations at which particular module | Douglas Gregor |
2012-11-30 | When an error occurs while building a module on demand, provide "While | Douglas Gregor |
2012-11-30 | Allow matchers to access the ASTContext. | Manuel Klimek |
2012-11-30 | Fix the computation of highlight ranges so we produce something sane when | Eli Friedman |
2012-11-30 | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith |
2012-11-29 | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor |
2012-11-29 | Fix a small calling-convention bug for x86-32. PR14453. | Eli Friedman |
2012-11-29 | Add ARM cortex-a5 subtarget | Quentin Colombet |
2012-11-29 | Revert commit revision r168953, to change the commit message, which was empty | Quentin Colombet |
2012-11-29 | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168953 91177308-0d34-... | Quentin Colombet |
2012-11-29 | This patch exposes to Clang users three more sanitizers are experimental feat... | Alexey Samsonov |
2012-11-29 | Make sure that we put the rest of the sanitizer libraries on the link line | Eric Christopher |
2012-11-29 | Now that the underlying problem has been fixed, add r168411 back. | Rafael Espindola |