1. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  2. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  3. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  4. 66da0ab Compatibility macro detection for the -Wimplicit-fallthrough diagnostic. by Alexander Kornienko · 12 years ago
  5. 8a64bb5 Keep history of macro definitions and #undefs by Alexander Kornienko · 12 years ago
  6. aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
  7. 7143aab Modules hide macro definitions by default, so that silly things like by Douglas Gregor · 13 years ago
  8. e7b2b6e Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. by Chandler Carruth · 13 years ago
  9. b73377e Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. by Argyrios Kyrtzidis · 13 years ago
  10. 85b4207 Copy IsWarnIfUnused too when making a copy of a MacroInfo. by Benjamin Kramer · 13 years ago
  11. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  12. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  13. f47724b Implement #pragma push_macro, patch by Francois Pichet! by Chris Lattner · 14 years ago
  14. 083abdf Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. by Sebastian Redl · 14 years ago
  15. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  16. 688a248 fix PR3764 - A redefinition of a pre-processor macro fails by Chris Lattner · 15 years ago
  17. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Lex/MacroInfo.cpp]
  18. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 16 years ago
  19. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  20. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  21. 25c9648 switch function-like macros from using a vector for their arguments to an by Chris Lattner · 17 years ago
  22. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago