summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-046-43/+49
* Factor the data apart from the logic of locating various GCCChandler Carruth2011-10-041-45/+63
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-2/+12
* [driver] Emit a warning if the user has requested debug information and we'reChad Rosier2011-10-041-1/+5
* When build a module on demand, run the module-building job on aDouglas Gregor2011-10-041-3/+21
* Make sure SourceManager::getFileIDLoaded doesn't hang in release build becaus...Argyrios Kyrtzidis2011-10-031-0/+4
* [analyzer] Remove redundant state (AnalysisContext pointer for every BinaryOp...Anna Zaks2011-10-031-4/+9
* objc arc: Suppress certain arc diagnostics on unavailableFariborz Jahanian2011-10-032-2/+15
* [analyzer] In UndefBranchChecker, use a node generator which does not create ...Anna Zaks2011-10-031-1/+1
* [analyzer] Cleanup in UndefBranchChecker:Anna Zaks2011-10-031-7/+4
* Fixed source range for template implicit instantiations.Abramo Bagnara2011-10-033-10/+25
* Fixed exapnsion range for # and ##.Abramo Bagnara2011-10-036-19/+39
* Refactor the detection of a GCC installation into a helper class. ThisChandler Carruth2011-10-031-157/+191
OpenPOWER on IntegriCloud