- d57b7ff Replace an unreachable error path with an assert by Peter Collingbourne · 14 years ago
- 65aa688 Make more use of llvm::StringRef in various APIs. In particular, don't by Jay Foad · 14 years ago
- e26224e Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rdar://9475098. by Argyrios Kyrtzidis · 14 years ago
- 7412494 To be able to replay compilations we need to accurately remodel how by Manuel Klimek · 14 years ago
- fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- b5142bb Add a 'RawPath' parameter to the PPCallbacks interface. This allows by Chandler Carruth · 14 years ago
- 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
- a5ef584 Reimplement __pragma support using a TokenLexer by Peter Collingbourne · 14 years ago
- b2eb53d Make TokenLexer capable of storing preprocessor directive tokens by Peter Collingbourne · 14 years ago
- a33e050 When redefining a macro don't warn twice if it's not used and don't warn for duplicate by Argyrios Kyrtzidis · 14 years ago
- ba3ca52 fix rdar://8823139, a crash on a comment in a preprocessed .s file by Chris Lattner · 14 years ago
- 3a1a874 Fix PR8654, ensuring each branch of an #if, #elif, #else, ... chain by Chandler Carruth · 14 years ago
- c6ed729 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 14 years ago
- c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
- 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
- 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 14 years ago
- 2aa9267 Several PPCallbacks take an SourceLocation + IdentifierInfo, rather by Craig Silverstein · 14 years ago
- cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
- 08985b9 Add PPCallbacks for #if/#ifdef/etc. by Craig Silverstein · 14 years ago
- ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
- 9714a23 Really^2 fix <rdar://problem/8361834>, this time without crashing. by Ted Kremenek · 14 years ago
- 52a4ff6 Revert most of r116862. It isn't quite the right fix for a memory leak in Preprocessor. by Ted Kremenek · 14 years ago
- ea35f77 Really fix: <rdar://problem/8361834> MacroInfo::AddTokenToBody() leaks memory by Ted Kremenek · 14 years ago
- af8fa25 Simplify lifetime management of MacroInfo objects in Preprocessor by having the Preprocessor maintain them in a linked by Ted Kremenek · 14 years ago
- 80c60f7 When we parse a pragma, keep track of how that pragma was originally by Douglas Gregor · 14 years ago
- 1fbb447 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 15 years ago
- f44e854 Introduce basic code-completion support for preprocessor directives, by Douglas Gregor · 15 years ago
- a7e6845 Detabify. by Eli Friedman · 15 years ago
- 2c1ab90 no need to pass bumppointer allocator into macroinfo::destroy by Chris Lattner · 15 years ago
- f47724b Implement #pragma push_macro, patch by Francois Pichet! by Chris Lattner · 15 years ago
- 2d474ba Don't emit end-of-file diagnostics like "unterminated conditional" or by Douglas Gregor · 15 years ago
- 10fe93d Revert r110440, the fix for PR4897. Chris claims to have a better way. by Douglas Gregor · 15 years ago
- 2f05449 Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818) by Benjamin Kramer · 15 years ago
- 91db30a Fix the #include search path when reading from stdin, from Jon Simons! by Douglas Gregor · 15 years ago
- e127a0d push some source location information down through the compiler, by Chris Lattner · 15 years ago
- 6fbe3eb add a PPCallback handler for a skipped #include, patch by Zhanyong Wan! by Chris Lattner · 15 years ago
- 86d0ef7 Improve line marker directive locations, patch by Jordy Rose by Chris Lattner · 15 years ago
- 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
- 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
- d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
- 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 15 years ago
- a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 15 years ago
- 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 15 years ago
- ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 15 years ago
- 13d283d Fix PR6282: the include guard optimization cannot happen if the by Chris Lattner · 15 years ago
- f45b646 revert my patch for rdar://7520940 that warns when a published header by Chris Lattner · 15 years ago
- 2c6b193 simplify the code for skipping in a #if 0 block. The CurLexer by Chris Lattner · 15 years ago
- a139481 stringref'ize a bunch of filename handling logic. Much by Chris Lattner · 15 years ago
- c1abafc clarify comment. by Chris Lattner · 15 years ago
- 804f652 implement rdar://7520940: published framework headers should by Chris Lattner · 15 years ago
- b939a4e Convert to StringRef, avoid a memcpy in the common case. by Benjamin Kramer · 15 years ago
- 1d9c54d formatting changes. by Chris Lattner · 15 years ago
- 63ceaa3 Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients should be forced to deal with error conditions. by Daniel Dunbar · 15 years ago
- 39d9841 pass the reason for failure up from MemoryBuffer and report it by Chris Lattner · 15 years ago
- 6e29014 Fix PR5633 by making the preprocessor handle the case where we can by Chris Lattner · 15 years ago
- a28cc09 Re-arranged some internal functions for coming __has_include changes. by John Thompson · 15 years ago
- e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 3d399a0 There is no need to value initialize this array. by Daniel Dunbar · 16 years ago
- 3240469 Fix a couple of bugs: by Chris Lattner · 16 years ago
- c25d805 In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to by Daniel Dunbar · 16 years ago
- beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 16 years ago
- 2451b52 improve MacroInfo to track the source range of the macro definition, by Chris Lattner · 16 years ago
- 41c1747 add a preprocessor callback function for #undef, patch by Alexei Svitkine! by Chris Lattner · 16 years ago
- 8fde597 Fix PR4006, incorrect handling of __VA_ARGS__ when it was the first token by Chris Lattner · 16 years ago
- dc8c90d more fun with line markers: the digit string is required to be interpreted by Chris Lattner · 16 years ago
- bc81682 second half of PR3940: #line requires simple digit sequence. by Chris Lattner · 16 years ago
- 6272bcf enforce requirements imposed by C90 6.8 TC1, fixing PR3919. by Chris Lattner · 16 years ago
- 8fe00e7 Fix PR3938 by taking into account C99 6.10p4. by Chris Lattner · 16 years ago
- 9cb51ce Fix two problems from PR3916, and one problem I noticed while hacking by Chris Lattner · 16 years ago
- 58e91d5 implement PR3940: #line numbers not fully checked by Chris Lattner · 16 years ago
- ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 16 years ago
- 959875a Offer a fixit hint for our warning about tokens at the end of a directive: by Chris Lattner · 16 years ago
- 35410d5 Fix the #import / #include_next "extra tokens at end of #foo directive" by Chris Lattner · 16 years ago
- 8533bd5 Fix assertion failure in PTH when tokens followed a closing #endif. by Daniel Dunbar · 16 years ago
- f4a72b0 add a ppcallback hook for macro definitions. by Chris Lattner · 16 years ago
- fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 16 years ago
- de07665 reject the #__include_macros directive unless it comes from the by Chris Lattner · 16 years ago
- b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
- 1662938 push line markers through -E mode. by Chris Lattner · 16 years ago
- 42aa16c when preprocessing a .S file, unknown directives should just be passed through, by Chris Lattner · 16 years ago
- 5f607c4 This is not considered a preprocessor directive in .S files: # 4 by Chris Lattner · 16 years ago
- 7f549df use accessor instead of poking ivar directly by Chris Lattner · 16 years ago
- b627c8d #import is not considered an extension for ObjC. by Chris Lattner · 16 years ago
- 685befe switch the macroinfo argument lists from being allocated off the heap by Chris Lattner · 16 years ago
- cf29e07 detemplatify setArgumentList and some other cleanups. by Chris Lattner · 16 years ago
- 0301b3f require the MAcroInfo objects are explcitly destroyed. by Chris Lattner · 16 years ago
- be5c64d Fix PR3464 by searching for headers from the predefines by Chris Lattner · 16 years ago
- 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 16 years ago
- 9d79eba propagate linemarker flags down into the the line table, currently by Chris Lattner · 16 years ago
- 4c4ea17 stub out basic #line handling calls. by Chris Lattner · 16 years ago
- 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
- 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
- 202fd2c Fix a bug that I noticed by inspection. by Chris Lattner · 16 years ago
- e768988 remove my hacks that aggressively threw away multiple by Chris Lattner · 16 years ago
- 5b9a504 start plumbing together the line table information. So far we just by Chris Lattner · 16 years ago
- 478a18e add parsing and constraint enforcement for GNU line marker directives. by Chris Lattner · 16 years ago
- 099dd05 a few minor cleanups by Chris Lattner · 16 years ago
- 359cc44 parse and enforce required constraints on #line directives. Right now by Chris Lattner · 16 years ago
- 9bd0d59 Eagerly resolve the spelling location of the tokens in a definition by Chris Lattner · 16 years ago