summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Pragma.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-65/+65
* add push/pop semantics for diagnostics. Patch by Louis Gerbarg!Chris Lattner2009-07-121-8/+36
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-0/+1
* Fix a crash that can occur when a #pragma handler eats to the end of theChris Lattner2009-06-181-1/+1
* Fix #pragma GCC system_header by making it insert a virtual linemarker intoChris Lattner2009-06-151-2/+16
* accept "#pragma clang foo" where we accept "#pragma GCC foo".Chris Lattner2009-05-121-1/+12
* implement "#pragma GCC diagnostic". Besides being a nice feature, thisChris Lattner2009-04-191-2/+79
* Warn about uses of #pragma STDC FENV_ACCESS ON, since we don't Chris Lattner2009-04-191-1/+2
* diagnose invalid syntax of STDC pragmas.Chris Lattner2009-04-191-3/+40
* reject invalid stuff in the STDC namespace.Chris Lattner2009-04-191-8/+8
* stub out STDC #pragmas.Chris Lattner2009-04-191-0/+44
* basic support for -Wunknown-pragmas, more coming.Chris Lattner2009-04-191-1/+4
* Fix the #import / #include_next "extra tokens at end of #foo directive" Chris Lattner2009-04-141-2/+2
* typoGabor Greif2009-03-171-1/+1
* simplify some logic by making ScratchBuffer handle the application of trailingChris Lattner2009-03-081-4/+2
* track "just a little more" location information for macro instantiations.Chris Lattner2009-02-151-2/+3
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* This change refactors some of the low-level lexer interfaces a bit.Chris Lattner2009-01-261-1/+4
* Make SourceLocation::getFileLoc private to reduce the API exposure of Chris Lattner2009-01-191-2/+2
* Change the Lexer ctor used to lex _Pragma directives into a static factoryChris Lattner2009-01-171-10/+3
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-7/+3
* only notify callbacks if they exist.Chris Lattner2009-01-161-1/+2
* Improve #pragma comment support by building the string argument andChris Lattner2009-01-161-11/+36
* Implement basic support for parsing #pragma comment, a microsoft extensionChris Lattner2009-01-161-0/+80
* Just use the SourceLocation of SysHeaderTok when doing a callback to emit #lineTed Kremenek2008-11-201-2/+2
* Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is a...Ted Kremenek2008-11-191-5/+5
* When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().Ted Kremenek2008-11-191-2/+3
* remove one more Preprocessor::Diag method.Chris Lattner2008-11-181-4/+6
* Convert the lexer and start converting the PP over to using canonical Diag me...Chris Lattner2008-11-181-6/+12
* Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change.Ted Kremenek2008-11-181-4/+4
* Add Preprocessor::RemovePragmaHandler.Daniel Dunbar2008-10-041-0/+37
* clean up a bunch of fixme's I added, by moving Chris Lattner2008-09-261-2/+1
* More #include cleaningDaniel Dunbar2008-08-111-2/+0
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+386
OpenPOWER on IntegriCloud