summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...Ted Kremenek2014-03-061-7/+4
* Change the color of comment nodes from bright yellow to blue. Bright yellow onRichard Trieu2014-03-061-1/+12
* [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-061-4/+7
* 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-061-7/+17
* [-Wunreachable-code] generalize pruning out warning on trivial returns.Ted Kremenek2014-03-051-9/+6
* Objective-C. Suppress the warning for auto synthesis of property notFariborz Jahanian2014-03-051-4/+28
* [-Wunreachable-code] include some enum constants in "configuration value" heu...Ted Kremenek2014-03-051-0/+5
* PR19010: Make sure we initialize (empty) indirect base class subobjects whenRichard Smith2014-03-051-23/+12
* Fix recursion bug in logic to validate 'objc_protocol_requires_explicit_imple...Ted Kremenek2014-03-051-3/+14
* Tests for DR370-380.Richard Smith2014-03-051-2/+2
* [-Wunreachable-code] generalize configuration value checking to all compariso...Ted Kremenek2014-03-051-1/+1
* Capabilities are required to pass a name specifying what type of capability i...Aaron Ballman2014-03-051-1/+9
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-051-2/+4
* Don't produce an alias between destructors with different calling conventions.Rafael Espindola2014-03-051-0/+6
* When building a module from the command line via -emit-module, add an entry toRichard Smith2014-03-052-3/+14
* If a #include finds a file relative to the current file, don't forget to checkRichard Smith2014-03-052-24/+55
* AST: Remove layering violation with SemaDavid Majnemer2014-03-053-10/+16
* Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping codeTimur Iskhodzhanov2014-03-051-2/+4
* 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-051-5/+7
* MS ABI: Mangle lambdasDavid Majnemer2014-03-051-1/+32
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-0511-187/+315
* Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...Ted Kremenek2014-03-051-6/+54
* [OPENMP] emit error message for clause 'if(1 0)'Alexey Bataev2014-03-051-4/+0
* [AST] A "Class<P>" type should not have '*' when printed out.Argyrios Kyrtzidis2014-03-051-1/+3
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-051-1/+4
* [-Wunreachable-code] Don't warn about dead code guarded by a "configuration v...Ted Kremenek2014-03-051-9/+73
* Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer2014-03-041-0/+4
* 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-041-3/+10
* DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring type...David Blaikie2014-03-041-2/+7
* [CFG] Tweak "?:" CFG construction to record the unreachable blocks.Ted Kremenek2014-03-041-4/+5
* [C++11] Simplify a callback to use a lambda.Richard Smith2014-03-041-18/+2
* [-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...Ted Kremenek2014-03-041-0/+5
* Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCacheReid Kleckner2014-03-041-1/+2
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-045-7/+7
* [Mips] Check all MIPS toolchains to find the one that best meets commandSimon Atanasyan2014-03-041-18/+33
* Objective-C IRGen. Fix up the hueristics for determiningFariborz Jahanian2014-03-041-8/+10
* The wmmintrin.h header includes two different sub-headers: one for AES supportRoman Divacky2014-03-041-1/+1
* First step towards fixing PR18967 - simplify the ComputeThisOffset interfaceTimur Iskhodzhanov2014-03-041-15/+11
* When deciding whether or not to resolve twoSean Callanan2014-03-041-0/+15
* [Modules] Update to reflect the move of CFG.h to the IR library in LLVMChandler Carruth2014-03-041-1/+1
* [Modules] Update to reflect ValueHandle moving to the IR library in LLVMChandler Carruth2014-03-043-3/+3
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-0411-11/+11
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-045-5/+5