| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Format strings: a character literal should be printed with %c, not %d. | Jordan Rose | 2012-12-05 | 1 | -10/+18 |
* | Format strings: the correct conversion for 'char' is %c, not %d or %hhd. | Jordan Rose | 2012-12-05 | 1 | -1/+1 |
* | Remove bad and useless enum to bool conversion. | Daniel Jasper | 2012-12-05 | 1 | -5/+2 |
* | Clang-format: parse for and while loops | Alexander Kornienko | 2012-12-05 | 2 | -0/+21 |
* | Indentation fixes for clang-format. | Daniel Jasper | 2012-12-05 | 2 | -30/+51 |
* | Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com... | Alexander Kornienko | 2012-12-05 | 3 | -6/+8 |
* | Reuse an existing diagnostic for tsan/msan needing -pie error. | Evgeniy Stepanov | 2012-12-05 | 1 | -4/+13 |
* | In C++, if we hit an error in the class-head, don't try to parse the class body. | Richard Smith | 2012-12-05 | 1 | -1/+3 |
* | 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 |
* | Add missing virtual destructors reported by -Wnon-virtual-dtor. | Daniel Jasper | 2012-12-05 | 1 | -0/+2 |
* | Small tweaks to automatic formatting. | Daniel Jasper | 2012-12-05 | 1 | -2/+13 |
* | Simplify slightly by seperating out the responsibility for emission of a caret | Richard Smith | 2012-12-05 | 1 | -34/+42 |
* | Driver.cpp: Restore clang/Config/config.h to be included at last not to preve... | NAKAMURA Takumi | 2012-12-05 | 1 | -1/+4 |
* | Simplify diagnostic emission. No functionality change intended. | Richard Smith | 2012-12-05 | 1 | -20/+19 |
* | Thread-safety analysis: check locks on method calls, operator=, and | DeLesley Hutchins | 2012-12-05 | 1 | -0/+44 |
* | [analyzer] Implement an opt-in variant of direct ivar assignment. | Anna Zaks | 2012-12-05 | 2 | -9/+57 |
* | Thread Safety Analysis: refactor to make more methods accept const pointers, | DeLesley Hutchins | 2012-12-05 | 1 | -86/+94 |
* | Testing C++ declarations embedded in | Fariborz Jahanian | 2012-12-05 | 1 | -0/+25 |
* | Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. | DeLesley Hutchins | 2012-12-05 | 1 | -0/+4 |
* | Add -whole-archive around the ASan runtime archive in the link command. | Chandler Carruth | 2012-12-04 | 1 | -2/+8 |
* | Alphabetize source files, just like they have been before. | Ted Kremenek | 2012-12-04 | 1 | -1/+1 |
* | Use the 'count' attribute to calculate the upper bound of an array. | Bill Wendling | 2012-12-04 | 1 | -26/+9 |
* | Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to | Matt Beaumont-Gay | 2012-12-04 | 1 | -2/+6 |
* | Testing C declarations embedded in | Fariborz Jahanian | 2012-12-04 | 1 | -0/+1 |
* | Add missing destructors found with -Wnon-virtual-dtor. | Daniel Jasper | 2012-12-04 | 2 | -0/+5 |
* | Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient | Eli Bendersky | 2012-12-04 | 2 | -8/+8 |
* | Error recovery part 2 | Alexander Kornienko | 2012-12-04 | 3 | -32/+52 |
* | objective-c blocks: Consider padding due to alignment | Fariborz Jahanian | 2012-12-04 | 4 | -6/+36 |
* | Clang-format error recovery part 1 | Alexander Kornienko | 2012-12-04 | 1 | -2/+10 |
* | Make parenthesis counting and aligning a bit saner. | Daniel Jasper | 2012-12-04 | 1 | -40/+53 |
* | Enum formatting implementation | Alexander Kornienko | 2012-12-04 | 1 | -27/+53 |
* | ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last... | NAKAMURA Takumi | 2012-12-04 | 1 | -4/+5 |
* | Fixes crash in isDerivedFrom for recursive templates. | Manuel Klimek | 2012-12-04 | 1 | -1/+6 |
* | Small fixes to unary operator recognition and handling of include | Daniel Jasper | 2012-12-04 | 1 | -6/+20 |
* | Autotools has the same include guard for both Clang and LLVM's config.h. | Chandler Carruth | 2012-12-04 | 1 | -1/+4 |
* | Replace workarounds with correct fixes. | Daniel Jasper | 2012-12-04 | 1 | -16/+16 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 316 | -1030/+977 |
* | clang/Lex: [CMake] Update CMakefiles since r169229. | NAKAMURA Takumi | 2012-12-04 | 1 | -0/+1 |
* | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 7 | -115/+138 |
* | In the PreprocessingRecord, to identify the different conditional directive r... | Argyrios Kyrtzidis | 2012-12-04 | 1 | -16/+19 |
* | Introduce CompilationDatabase::getAllCompileCommands() that returns all | Argyrios Kyrtzidis | 2012-12-04 | 2 | -9/+30 |
* | Add a 'count' field to the DWARF subrange. | Bill Wendling | 2012-12-04 | 1 | -5/+18 |
* | Testing objective-C declarations embedded in | Fariborz Jahanian | 2012-12-04 | 1 | -1/+11 |
* | Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly m... | Michael Ilseman | 2012-12-04 | 1 | -0/+10 |
* | remove trailing whitespace | Michael Ilseman | 2012-12-04 | 1 | -32/+32 |
* | Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary | Richard Smith | 2012-12-03 | 1 | -5/+5 |
* | Fixes a compile warning and crash in the tests. | Manuel Klimek | 2012-12-03 | 1 | -12/+13 |
* | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov | 2012-12-03 | 4 | -6/+32 |
* | libclangFormat is not libclangTooling, but it depends on it. | Benjamin Kramer | 2012-12-03 | 2 | -2/+3 |