summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* PR11067: A definition of a constexpr static variable doesn't need an initiali...Richard Smith2011-10-061-9/+6
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-064-9/+43
* Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits...Ted Kremenek2011-10-062-0/+20
* OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers,Peter Collingbourne2011-10-063-33/+37
* OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1Peter Collingbourne2011-10-061-2/+5
* Add -Wlanguage-extension-token option for ext_token_used warning.Ivan Krasin2011-10-061-0/+1
* Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-062-4/+4
* [analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...Anna Zaks2011-10-069-21/+33
* When constructing debug information for synthesized variables for theEric Christopher2011-10-061-3/+8
* Reformat comment.Eric Christopher2011-10-061-6/+6
* Fix major regression in RetainCountChecker. DefaultSummaries were not being ...Ted Kremenek2011-10-051-89/+101
* [analyzer] Remove the last dependency on CheckerContext::getNodeBuilder() as ...Anna Zaks2011-10-051-14/+10
* [analyzer] OSAtomicChecker implements evalCall in a very invasive way - it es...Anna Zaks2011-10-052-23/+84
* Fix crash when using archaic protocol, rdar://10238337Argyrios Kyrtzidis2011-10-051-1/+4
* Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar2011-10-053-0/+18
* Use APFloat::toString to print APFloats more precisely in the AST printer. P...Eli Friedman2011-10-051-2/+3
* [driver] For consistency, handle all shell special characters handled by theChad Rosier2011-10-051-1/+1
* [driver] The -v option doesn't quoted the command line arguments for historicalChad Rosier2011-10-051-1/+8
* Fix the rewriter, rdar://10234024.Argyrios Kyrtzidis2011-10-051-1/+2
* PTX: Set proper calling conventions for PTX in OpenCL mode.Justin Holewinski2011-10-051-5/+40
* Seriously ugly hack, part 2Douglas Gregor2011-10-051-1/+7
* Seriously ugly hack to try to get the Windows builders back onlineDouglas Gregor2011-10-051-2/+15
* Introduce a simple file-based locking protocol for on-demand moduleDouglas Gregor2011-10-051-0/+259
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-0510-70/+160
* Refactor the analysis of C++ cast expressions so that evenJohn McCall2011-10-054-212/+208
* Use the InstalledDir correctly, and test it correctly as well. =/ ShouldChandler Carruth2011-10-051-1/+1
* Fix doxygen comment.Eric Christopher2011-10-051-2/+2
* Teach Clang to cope with GCC installations that have unusual patchChandler Carruth2011-10-051-3/+5
* Implement the feature I was originally driving toward when I startedChandler Carruth2011-10-051-0/+1
* c: assignment/init of a function pointer whose function(s)Fariborz Jahanian2011-10-052-5/+8
* Don't allow an rvalue reference to bind to the result of a calling aDouglas Gregor2011-10-041-0/+23
* [analyzer] Removing more references to CheckerContext::getNodeBuilder(): ask ...Anna Zaks2011-10-041-6/+2
* Hoist the other messy part out of an inner loop and into a helperChandler Carruth2011-10-041-43/+45
* Hoist the first chunk of this into a helper function. No functionalityChandler Carruth2011-10-041-55/+68
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-15/+1
* Fix Windows+MinGW which introduces noise into path separators.Chandler Carruth2011-10-041-1/+5
* Now that multiple prefixes are much cheaper to search for GCCChandler Carruth2011-10-041-0/+1
* Rework the search for a GCC installation still further. This combinesChandler Carruth2011-10-041-50/+85
* Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to overrideDaniel Dunbar2011-10-041-0/+7
* [analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...Anna Zaks2011-10-045-13/+13
* Remove a nonsensical bit of code from InitListChecker::getStructuredSubobject...Eli Friedman2011-10-041-3/+0
* objc: Turn diagnostic on property type mismatch inFariborz Jahanian2011-10-041-1/+1
* [analyzer] Remove unused methods, add comments to others.Anna Zaks2011-10-041-1/+1
* Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas.Justin Holewinski2011-10-041-1/+6
* Add bitmaps for strong / weak ivar layout (GNUstep runtime).David Chisnall2011-10-041-18/+102
* Add a comment explaining that I have a better plan for implementing theChandler Carruth2011-10-041-0/+2
* Invert the loop for detecting installed GCC trees. This make the loopChandler Carruth2011-10-041-36/+19
* Fuse the two halves of the GCC installation detection. This isChandler Carruth2011-10-041-54/+74
* Mark calls to objc_retainBlock that don't result from castsJohn McCall2011-10-043-13/+52
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-042-5/+2