summaryrefslogtreecommitdiffstats
path: root/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre...Argyrios Kyrtzidis2011-10-141-13/+16
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-24/+24
* Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar2011-10-112-24/+33
* For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis2011-10-113-6/+12
* [libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-ent...Argyrios Kyrtzidis2011-10-101-2/+28
* Revert r140009, about disabling clang's builtin in -fms-compatibility mode. Francois Pichet2011-10-101-2/+1
* When an included non-system directory duplicates a system directory the clang Chad Rosier2011-10-101-4/+10
* OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne2011-10-091-0/+1
* lib/Frontend/CompilerInstance.cpp: Suppress a "Comparision of unsigned and si...NAKAMURA Takumi2011-10-081-1/+1
* WhitespaceNAKAMURA Takumi2011-10-081-87/+87
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-3/+3
* CUDA: add -fcuda-is-device flagPeter Collingbourne2011-10-061-0/+3
* Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar2011-10-051-0/+1
* 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
* Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas.Justin Holewinski2011-10-041-1/+6
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-1/+1
* When build a module on demand, run the module-building job on aDouglas Gregor2011-10-041-3/+21
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-6/+4
* [analyzer] Add -analyzer-purge option which can take on multiple values, remo...Anna Zaks2011-09-301-3/+29
* Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar2011-09-291-9/+13
* Basic/Diagnostic: Factor outDaniel Dunbar2011-09-291-14/+22
* Introduce an opt-in warning when a module is being implicitly builtDouglas Gregor2011-09-291-0/+2
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-296-13/+42
* [driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICSChad Rosier2011-09-281-5/+30
* Remove the egregious hack that made Objective-C++ ARC work with olderDouglas Gregor2011-09-271-70/+1
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-1/+1
* Add back support for a manually formatted section of the diagnosticChandler Carruth2011-09-261-1/+4
* Hoist and beef up the asserts about the level of infrastructure expectedChandler Carruth2011-09-261-5/+10
* Switch the emission of diagnostics without a source location toChandler Carruth2011-09-261-22/+32
* Extract the actual printing of the message string into a helperChandler Carruth2011-09-261-32/+33
* Group the helpers for word wrapping with the primary routine. NoChandler Carruth2011-09-261-92/+92
* Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis2011-09-261-12/+44
* Don't print a stray ] at the end of diagnostics.Benjamin Kramer2011-09-261-3/+4
* Remove support for splitting word-wrapped diagnostic messages on newlineChandler Carruth2011-09-261-18/+2
* Move the word wrapped printing routine down to all the other helperChandler Carruth2011-09-261-82/+77
* Switch some of my recently added helper functions to use the properChandler Carruth2011-09-261-6/+19
* Rewrite the printing of diagnostic options, categories, etc to actuallyChandler Carruth2011-09-261-35/+29
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-265-9/+9
* Delete an extraneous line I missed.Chandler Carruth2011-09-261-1/+0
* A direct extraction of the rest of the option printing into a helper.Chandler Carruth2011-09-261-51/+57
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-263-11/+11
* Start a more correct pattern for factoring out the name printing. SlowlyChandler Carruth2011-09-261-7/+10
* Revert r140484. That was *not* ready to be committed! Only halfway done,Chandler Carruth2011-09-261-39/+34
* Fix a formatting goof.Chandler Carruth2011-09-261-1/+1
* Rename ChainedDiagnosticClient to ChainedDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-3/+3
* Extract the diagnostic message formatting into a helper routine.Chandler Carruth2011-09-261-34/+39
* Rename StoredDiagnosticClient to StoredDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-6/+6
* Extract the logic for printing a colorful level name into a helperChandler Carruth2011-09-251-21/+28