summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [arcmt] When capturing ARC errors, have a sanity check to make sureArgyrios Kyrtzidis2012-12-121-1/+2
* [objc] For the ARC error that is emitted when a synthesized property implemen...Argyrios Kyrtzidis2012-12-122-9/+17
* Rewrite calls to bitcast unprototyped functions when emitting a definition.John McCall2012-12-121-77/+113
* [driver] Don't warn about an unused -flto option.Chad Rosier2012-12-121-0/+4
* [analyzer] Don't crash running destructors for multidimensional arrays.Jordan Rose2012-12-121-1/+2
* Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue Chad Rosier2012-12-121-3/+8
* PR14581: Make SourceLocation::printToString work, or it will always return an...Benjamin Kramer2012-12-121-1/+1
* Speeds up parsing of global declarations in cases where the warningManuel Klimek2012-12-121-1/+4
* clang/lib/Driver/Driver.cpp: Split COMPILER_PATH according to llvm::sys::Path...NAKAMURA Takumi2012-12-121-1/+2
* Don't warn about disabled macro expansion if we see the name of a function-li...Richard Smith2012-12-121-4/+3
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-116-7/+7
* Add SPIR32/SPIR64 targets to ClangGuy Benyei2012-12-111-0/+98
* Add -fslp-vectorize to enable bb-vectorizeHal Finkel2012-12-111-0/+7
* objective-C blocks: Check for record type when deciding if Fariborz Jahanian2012-12-111-1/+1
* Don't complain about incomplete implementations for methods that areDouglas Gregor2012-12-111-1/+10
* Speed up looking up static diagnostic infos.Benjamin Kramer2012-12-111-8/+41
* [driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier2012-12-111-0/+7
* StmtDumper coding style changesAlexander Kornienko2012-12-111-105/+131
* Rename StmtDumper::DumpSubTree() to dumpStmt()Alexander Kornienko2012-12-111-86/+84
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-114-25/+23
* [PCH] Remove redundant stat call when validating the input files.Argyrios Kyrtzidis2012-12-111-11/+2
* [PCH] When writing out the list of input files, avoid emitting duplicateArgyrios Kyrtzidis2012-12-111-1/+6
* BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-111-0/+1
* PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith2012-12-112-100/+123
* [analyzer] Don't generate a summary for "freeWhenDone" if method isAnna Zaks2012-12-111-0/+3
* Add support to Darwin for the -export_dynamic' flag to the linker.Bill Wendling2012-12-101-0/+3
* Return true from HeaderSearch::isFileMultipleIncludeGuarded if the fileArgyrios Kyrtzidis2012-12-101-1/+2
* Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p...Bill Wendling2012-12-101-1/+3
* Addi formatting tests for pointer template parameters.Daniel Jasper2012-12-101-2/+2
* Clang-format: error recovery for access specifiersAlexander Kornienko2012-12-102-3/+6
* Unbreak the clang build after r169712.Benjamin Kramer2012-12-091-3/+3
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-094-7/+50
* Cleanup and fix an assert that was mis-firing.Chandler Carruth2012-12-091-5/+13
* Fix the bitfield record layout in codegen for big endian targets.Chandler Carruth2012-12-091-3/+7
* Fix overload resolution for the initialization of a multi-dimensionalRichard Smith2012-12-091-1/+1
* PR14550: If a system header contains a bogus constexpr function definition,Richard Smith2012-12-091-2/+3
* PR14549. Don't assert if we see an incomplete decltype specifier at the end o...Richard Smith2012-12-091-2/+1
* Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe...Benjamin Kramer2012-12-081-3/+23
* long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall2012-12-081-0/+4
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-085-57/+194
* Remove some remnants of the assumption that there is at most one of eachRichard Smith2012-12-082-126/+18
* Thread-safety analysis: check member access on guarded non-primitive types.DeLesley Hutchins2012-12-081-0/+9
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-087-343/+564
* [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndefArgyrios Kyrtzidis2012-12-081-2/+29
* [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis2012-12-083-7/+15
* Add a FIXME.Richard Smith2012-12-081-0/+1
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-085-6/+78
* Currently when AST record layouts are dumped with -fdump-record-layouts, theEli Bendersky2012-12-081-3/+11
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-074-11/+11
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-074-2/+9