summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* Revert "FileEntry: Remove unused and half-broken copy ctor."Benjamin Kramer2014-03-041-1/+9
* [C++11] Push move semantics through APValue.Benjamin Kramer2014-03-041-18/+19
* FileEntry: Remove unused and half-broken copy ctor.Benjamin Kramer2014-03-041-9/+1
* [-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...Ted Kremenek2014-03-042-0/+28
* Add a test case for r202888, which boiled down to -gline-tables-onlyReid Kleckner2014-03-041-1/+7
* Add tests for newly-resolved core issues <= 370.Richard Smith2014-03-045-9/+88
* Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCacheReid Kleckner2014-03-041-1/+2
* Update DR status page to match post-Issaquah core issues list.Richard Smith2014-03-041-890/+1064
* Add links to TSen from post-Issaquah mailing.Richard Smith2014-03-041-2/+2
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-047-10/+10
* [Mips] Check all MIPS toolchains to find the one that best meets commandSimon Atanasyan2014-03-0417-18/+61
* Objective-C IRGen. Fix up the hueristics for determiningFariborz Jahanian2014-03-042-8/+74
* 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
* Tests for LLVM MS inline asm change r202865Reid Kleckner2014-03-041-0/+25
* Fix -Wsign-compare warning.Jordan Rose2014-03-041-2/+3
* [C++11] Make StoredDeclsList move-only.Benjamin Kramer2014-03-041-7/+4
* [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
OpenPOWER on IntegriCloud