summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Use the general conditional-cleanup framework instead of rolling ourJohn McCall2011-08-032-48/+56
* Introduce a local-to-global remapping for identifiers in the ASTDouglas Gregor2011-08-034-18/+52
* Improve overloaded function handling in the typo correction code.Kaelyn Uhrain2011-08-037-38/+126
* [analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive c...Ted Kremenek2011-08-034-0/+381
* objective-c: Methods declared in methods must type matchFariborz Jahanian2011-08-033-87/+121
* Fix a few typosJonathan D. Turner2011-08-032-3/+3
* Comment the weird behavior of __has_feature(is_empty) and __has_feature(is_pod)Douglas Gregor2011-08-031-0/+8
* Make the type of the IntegerLiteral for bitfield paddings an actualDouglas Gregor2011-08-031-3/+4
* Remove stray commaDouglas Gregor2011-08-031-1/+1
* Introduce a constant for the number of predefined declarations in anDouglas Gregor2011-08-033-9/+33
* give an example of a 'lowered vtable reference'Chris Lattner2011-08-031-5/+28
* Introduce the local -> global declaration ID mapping into the ASTDouglas Gregor2011-08-034-45/+81
* In ARC, don't try to reclaim the result of a call to performSelectorJohn McCall2011-08-032-5/+44
* Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI.Bob Wilson2011-08-033-48/+236
* Static Analyzer diagnostics visualization: when the last location on a path i...Anna Zaks2011-08-031-4/+19
* When rewriting a call to a K&R function to lead to a well-prototypedJohn McCall2011-08-032-1/+33
* A couple fixes for preprocessor expressions:Eli Friedman2011-08-034-10/+32
* Implements alignment for long long and double types in va_arg on ARM AAPCS.Rafael Espindola2011-08-022-1/+43
* Update for LLVM change in PassManagerBuilder.Rafael Espindola2011-08-021-1/+5
* disable array bounds overflow warning for cases where an array Chris Lattner2011-08-022-7/+20
* Fix cmake for r136702 (at least for the most part). Chandler has been kind Chad Rosier2011-08-023-2/+8
* objective-c rewrite: Fixes rewriting of objective-c collectionFariborz Jahanian2011-08-022-1/+37
* Temporarily revert parts of r136702 to make cmake builds happy.Chad Rosier2011-08-023-8/+2
* Change the hashing function for DeclContext lookup within an AST fileDouglas Gregor2011-08-026-149/+86
* [analyzer] Drastically simplify ExprEngine::VisitInitListExpr() by assuming a...Ted Kremenek2011-08-021-71/+16
* PR10566: Make sure codegen for deleting an pointer to an incomplete type actu...Eli Friedman2011-08-022-4/+6
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-0213-19/+175
* Following up the earlier refactoring/cleanup work by fixing up how we manage ...Jonathan D. Turner2011-08-023-20/+42
* KeychainAPI checker: only check the paths on which the allocator function ret...Anna Zaks2011-08-023-3/+15
* Implement a proper local -> global type ID remapping scheme in the ASTDouglas Gregor2011-08-025-49/+139
* Add a debugging dump for Module (also emitted as part of the ASTDouglas Gregor2011-08-022-3/+45
* Generalize the module offset map to include mapping information forDouglas Gregor2011-08-023-29/+86
* Make helper functions static.Benjamin Kramer2011-08-023-12/+13
* Fix formatting of SemaExpr.cpp, mainly fixing lines greater than 80 characters.Richard Trieu2011-08-021-109/+194
* Revert "Re-enable byval for ARM in clang. rdar://problem/7662569"Bob Wilson2011-08-011-10/+6
* Add a skeleton for the Keychain Services API Checker. Register it as OSX expe...Anna Zaks2011-08-014-0/+243
* objective-c: reverse patch for // rdar://9818354Fariborz Jahanian2011-08-0111-36/+22
* Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilationAkira Hatanaka2011-08-011-1/+31
* Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc.Chad Rosier2011-08-011-1/+4
* Pass records with non-trivial destructors or constructors indirectly.Akira Hatanaka2011-08-011-0/+5
* Fix linkage type for tentative definition of ivar offset variables (GNUstep r...David Chisnall2011-08-011-2/+2
* Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-wri...Douglas Gregor2011-08-011-32/+35
* Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate t...Douglas Gregor2011-08-013-5/+8
* Test for // rdar://9846759Fariborz Jahanian2011-07-311-0/+32
* Remove dead code flagged by GCC's -Wunused-but-set-variable.Benjamin Kramer2011-07-313-12/+0
* Not sure why we bother updating FunctionDecl's EndRangeLoc in FunctionDecl::s...Argyrios Kyrtzidis2011-07-301-5/+0
* [libclang] Annotation of parameters that got default args from a previous dec...Argyrios Kyrtzidis2011-07-304-0/+31
* Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor2011-07-304-7/+35
* Add code completion to produce "else" blocks after an "if"Douglas Gregor2011-07-304-0/+71
* When producing code completion results for variadic macros, fold theDouglas Gregor2011-07-302-4/+35
OpenPOWER on IntegriCloud