Age | Commit message (Expand) | Author |
2010-08-07 | Push location through the MacroUndefined PPCallback and use it to print #unde... | Benjamin Kramer |
2010-08-06 | Fix the #include search path when reading from stdin, from Jon Simons! | Douglas Gregor |
2010-07-31 | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek |
2010-07-29 | Transcribe clattner email to SVN. | Daniel Dunbar |
2010-07-29 | Change #pragma crash to segv, instead of abort. | Daniel Dunbar |
2010-07-28 | Preprocessor: Add support for '#pragma clang __debug crash' and '#pragma clang | Daniel Dunbar |
2010-07-27 | Record macros in dependent PCHs. Also add various info tables to dependent PC... | Sebastian Redl |
2010-07-27 | Add PTHLexer::LexEndOfFile() to emit diagnostics at end-of-file similar to th... | Ted Kremenek |
2010-07-26 | Introduce basic support for loading a precompiled preamble while | Douglas Gregor |
2010-07-26 | Fix namespace polution. | Dan Gohman |
2010-07-22 | Improve performance during cursor traversal when a region of interest | Douglas Gregor |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-07-20 | Complain when string literals are too long for the active language | Douglas Gregor |
2010-07-18 | BUILD_ARCHIVE is the default for libraries, no need to set it. | Chris Lattner |
2010-07-17 | Add another terrible VC++ compatibility hack: allow users to | Chris Lattner |
2010-07-13 | Modify the pragma handlers to accept and use StringRefs instead of Identifier... | Argyrios Kyrtzidis |
2010-07-12 | Remove the check for repeated tok::eofs, we are not supposed to go past eof s... | Argyrios Kyrtzidis |
2010-07-12 | If we are past tok::eof and in caching lex mode, avoid caching repeated tok::... | Argyrios Kyrtzidis |
2010-07-12 | we do in fact have to cache the EOF token returned by the preprocessor. | Chris Lattner |
2010-07-07 | fix PR4499, patch by Kyle Dean! | Chris Lattner |
2010-06-26 | Implement support for #pragma message, patch by Michael Spencer! | Chris Lattner |
2010-06-24 | More clang support for darwin tls. Add a __has_feature macro and | Eric Christopher |
2010-06-15 | Remove a dead argument to ProcessUCNEscape. | Chris Lattner |
2010-06-11 | Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. | Daniel Dunbar |
2010-06-08 | Fix memory leak in Preprocessor where MacroInfo objects in the MICache wouldn... | Ted Kremenek |
2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-05-30 | simpler fix for rdar://8044135 - escaped newlines have already | Chris Lattner |
2010-05-30 | Improve our handling of NULL after an escaping '\' in a string | Douglas Gregor |
2010-05-28 | Fix a miscompile of wchar pascal strings. | Fariborz Jahanian |
2010-05-26 | Tell the string literal parser when it's not permitted to emit | Douglas Gregor |
2010-05-25 | Improve code completion in failure cases in two ways: | Douglas Gregor |
2010-05-17 | robustify the conflict marker stuff. Don't add 7 twice, which would | Chris Lattner |
2010-05-16 | when code completing inside a C-style block comment, don't emit errors about | Chris Lattner |
2010-04-29 | Add '__has_feature' support for weak ObjC classes. | Ted Kremenek |
2010-04-29 | Sort '__has_feature' cases. No functionality change. | Ted Kremenek |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-04-19 | add a PPCallback handler for a skipped #include, patch by | Chris Lattner |
2010-04-16 | emit warn_char_constant_too_large at most once per literal, fixing PR6852 | Chris Lattner |
2010-04-14 | Improve line marker directive locations, patch by Jordy Rose | Chris Lattner |
2010-04-14 | make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." | Chris Lattner |
2010-04-12 | fix a minor bug I noticed while work with Jordy's patch for PR6101, | Chris Lattner |
2010-04-05 | Match MemoryBuffer API changes. | Chris Lattner |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-26 | fix a case where macro expansion should be disabled, patch by | Chris Lattner |
2010-03-26 | fix a bug in paste avoidance which would cause us to accidentally | Chris Lattner |
2010-03-23 | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar |
2010-03-19 | Robustify PreprocessingRecord slightly, by only creating macro | Douglas Gregor |