summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the color of comment nodes from bright yellow to blue. Bright yellow onRichard Trieu2014-03-062-20/+31
* [Layering] Update include of DebugInfo.h which moved to the IR libraryChandler Carruth2014-03-061-1/+1
* Objective-C properties. Fixes a crash in Sema where RHS ofFariborz Jahanian2014-03-062-4/+60
* Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in theRichard Smith2014-03-061-3/+5
* [Layering] Update include for the move of DIBuilder.h to the IR libraryChandler Carruth2014-03-061-1/+1
* [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...Ted Kremenek2014-03-062-9/+41
* clang/test/Modules/recursive.c: Tweak expressions for win32.NAKAMURA Takumi2014-03-061-2/+2
* [-Wunreachable-code] generalize pruning out warning on trivial returns.Ted Kremenek2014-03-052-10/+28
* Objective-C. Suppress the warning for auto synthesis of property notFariborz Jahanian2014-03-052-4/+60
* [-Wunreachabe-code] add test for double 'break'.Ted Kremenek2014-03-051-0/+1
* [-Wunreachable-code] include some enum constants in "configuration value" heu...Ted Kremenek2014-03-052-0/+23
* PR19010: Make sure we initialize (empty) indirect base class subobjects whenRichard Smith2014-03-052-23/+22
* Fix recursion bug in logic to validate 'objc_protocol_requires_explicit_imple...Ted Kremenek2014-03-052-6/+16
* DR status page: add link targets for individual DRs, and link duplicates.Richard Smith2014-03-052-1878/+1877
* Tests for DR370-380.Richard Smith2014-03-056-17/+125
* [-Wunreachable-code] generalize configuration value checking to all compariso...Ted Kremenek2014-03-052-1/+9
* Updating this test case to appease build bots which support ANSI escape seque...Aaron Ballman2014-03-051-1/+1
* Capabilities are required to pass a name specifying what type of capability i...Aaron Ballman2014-03-054-2/+20
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-052-74/+76
* Don't produce an alias between destructors with different calling conventions.Rafael Espindola2014-03-052-2/+24
* When building a module from the command line via -emit-module, add an entry toRichard Smith2014-03-053-5/+16
* If a #include finds a file relative to the current file, don't forget to checkRichard Smith2014-03-057-27/+75
* Mention clang-cl in MSVCCompatibility.rstNico Weber2014-03-051-1/+4
* Update for llvm change.Rafael Espindola2014-03-051-2/+5
* [code-completion] Add a couple of test cases suggested by Jordan, and a FIXME.Argyrios Kyrtzidis2014-03-051-1/+9
* AST: Remove layering violation with SemaDavid Majnemer2014-03-056-14/+29
* [C++11] Using std::unique_ptr to ensure that Argument objects do not leak (si...Aaron Ballman2014-03-051-50/+45
* Use ThreadSafeRefCountedBase for vfs::FileSystemBen Langmuir2014-03-051-1/+1
* Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping codeTimur Iskhodzhanov2014-03-055-74/+76
* Revert "[C++11] Replace trivial lambda with std::cref."Benjamin Kramer2014-03-051-1/+3
* [C++11] Replace trivial lambda with std::cref.Benjamin Kramer2014-03-051-3/+1
* Added a const qualifier to SourceManager& parameters.Alexander Kornienko2014-03-052-12/+15
* MS ABI: Mangle lambdasDavid Majnemer2014-03-052-1/+50
* Disable BasicTests/VFS on win32 for now. Investigating.NAKAMURA Takumi2014-03-051-0/+2
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-0518-202/+385
* Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...Ted Kremenek2014-03-052-10/+92
* [OPENMP] allow clause 'private' on directive 'omp simd'Alexey Bataev2014-03-053-11/+67
* [OPENMP] emit error message for clause 'if(1 0)'Alexey Bataev2014-03-052-4/+3
* [AST] A "Class<P>" type should not have '*' when printed out.Argyrios Kyrtzidis2014-03-053-2/+15
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-052-6/+17
* Speculatively fix MSVC buildbotsDavid Majnemer2014-03-051-5/+9
* Merge using-decl-pr17575.cpp into existing test case.Peter Collingbourne2014-03-052-11/+6
* Add a test case for PR17575.Peter Collingbourne2014-03-051-0/+11
* [-Wunreachable-code] Don't warn about dead code guarded by a "configuration v...Ted Kremenek2014-03-052-10/+97
* Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer2014-03-042-0/+9
* Remove some unnecessary qualificationDavid Blaikie2014-03-041-2/+2
* Objective-C. Return 0 as class of methods in protocols.Fariborz Jahanian2014-03-042-4/+3
* Support relative paths in VFSFromYAMLBen Langmuir2014-03-042-3/+21
* TokenKinds: _Atomic isn't a keyword in MS modeDavid Majnemer2014-03-042-1/+2
* DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring type...David Blaikie2014-03-041-2/+7