summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Format strings: a character literal should be printed with %c, not %d.Jordan Rose2012-12-051-10/+18
* Format strings: the correct conversion for 'char' is %c, not %d or %hhd.Jordan Rose2012-12-051-1/+1
* Remove bad and useless enum to bool conversion.Daniel Jasper2012-12-051-5/+2
* Clang-format: parse for and while loopsAlexander Kornienko2012-12-052-0/+21
* Indentation fixes for clang-format.Daniel Jasper2012-12-052-30/+51
* Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...Alexander Kornienko2012-12-053-6/+8
* Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov2012-12-051-4/+13
* In C++, if we hit an error in the class-head, don't try to parse the class body.Richard Smith2012-12-051-1/+3
* PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to beRichard Smith2012-12-051-2/+10
* Minor reorganization. No functionality change.Richard Smith2012-12-051-30/+30
* Add missing virtual destructors reported by -Wnon-virtual-dtor.Daniel Jasper2012-12-051-0/+2
* Small tweaks to automatic formatting.Daniel Jasper2012-12-051-2/+13
* Simplify slightly by seperating out the responsibility for emission of a caretRichard Smith2012-12-051-34/+42
* Driver.cpp: Restore clang/Config/config.h to be included at last not to preve...NAKAMURA Takumi2012-12-051-1/+4
* Simplify diagnostic emission. No functionality change intended.Richard Smith2012-12-051-20/+19
* Thread-safety analysis: check locks on method calls, operator=, andDeLesley Hutchins2012-12-051-0/+44
* [analyzer] Implement an opt-in variant of direct ivar assignment.Anna Zaks2012-12-052-9/+57
* Thread Safety Analysis: refactor to make more methods accept const pointers,DeLesley Hutchins2012-12-051-86/+94
* Testing C++ declarations embedded inFariborz Jahanian2012-12-051-0/+25
* Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.DeLesley Hutchins2012-12-051-0/+4
* Add -whole-archive around the ASan runtime archive in the link command.Chandler Carruth2012-12-041-2/+8
* Alphabetize source files, just like they have been before.Ted Kremenek2012-12-041-1/+1
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-041-26/+9
* Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a toMatt Beaumont-Gay2012-12-041-2/+6
* Testing C declarations embedded inFariborz Jahanian2012-12-041-0/+1
* Add missing destructors found with -Wnon-virtual-dtor.Daniel Jasper2012-12-042-0/+5
* Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClientEli Bendersky2012-12-042-8/+8
* Error recovery part 2Alexander Kornienko2012-12-043-32/+52
* objective-c blocks: Consider padding due to alignmentFariborz Jahanian2012-12-044-6/+36
* Clang-format error recovery part 1Alexander Kornienko2012-12-041-2/+10
* Make parenthesis counting and aligning a bit saner.Daniel Jasper2012-12-041-40/+53
* Enum formatting implementationAlexander Kornienko2012-12-041-27/+53
* ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last...NAKAMURA Takumi2012-12-041-4/+5
* Fixes crash in isDerivedFrom for recursive templates.Manuel Klimek2012-12-041-1/+6
* Small fixes to unary operator recognition and handling of includeDaniel Jasper2012-12-041-6/+20
* Autotools has the same include guard for both Clang and LLVM's config.h.Chandler Carruth2012-12-041-1/+4
* Replace workarounds with correct fixes.Daniel Jasper2012-12-041-16/+16
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04316-1030/+977
* clang/Lex: [CMake] Update CMakefiles since r169229.NAKAMURA Takumi2012-12-041-0/+1
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-047-115/+138
* In the PreprocessingRecord, to identify the different conditional directive r...Argyrios Kyrtzidis2012-12-041-16/+19
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-042-9/+30
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-5/+18
* Testing objective-C declarations embedded inFariborz Jahanian2012-12-041-1/+11
* Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly m...Michael Ilseman2012-12-041-0/+10
* remove trailing whitespaceMichael Ilseman2012-12-041-32/+32
* Fix test failure when building Clang with g++4.7 -- don't use a Twine temporaryRichard Smith2012-12-031-5/+5
* Fixes a compile warning and crash in the tests.Manuel Klimek2012-12-031-12/+13
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-034-6/+32
* libclangFormat is not libclangTooling, but it depends on it.Benjamin Kramer2012-12-032-2/+3
OpenPOWER on IntegriCloud