1. e1d918e Compare the predefines buffer in the PCH file with the predefines by Douglas Gregor · 16 years ago
  2. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 16 years ago
  3. 42d42b5 add support for reading macros. This does all the reading (with a bunch of by Chris Lattner · 16 years ago
  4. 2bec041 Encode the target triple in the PCH file, and check that target triple when using the PCH file by Douglas Gregor · 16 years ago
  5. 0a0428e Implement serialization/deserialization of LangOptions in the PCH by Douglas Gregor · 16 years ago
  6. d14f270 add a new PP_MACRO_NAME hack so that I can test object-like macros. by Chris Lattner · 16 years ago
  7. df961c2 emit tokens, constify the Preprocessor passed down into PCH writer. by Chris Lattner · 16 years ago
  8. 7c5d24e emit function-like and object-like macros to the PCH file. by Chris Lattner · 16 years ago
  9. f120251 Add PCH sources to CMake build files by Douglas Gregor · 16 years ago
  10. 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 16 years ago
  11. f04ad69 improve punctuation by Chris Lattner · 16 years ago
  12. 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 16 years ago
  13. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
  14. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
  15. f076339 Fix output of ranges in analyzer plist files. by Ted Kremenek · 16 years ago
  16. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  17. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 16 years ago
  18. 837a406 Some cleanups to the fix-it rewriter. Thanks, Chris by Douglas Gregor · 16 years ago
  19. 7db0a94 Also "flatten" PathLocations fed to the HTMLDiagnosticClient. We need a better by Ted Kremenek · 16 years ago
  20. 96a6926 Hack: Add 'PathDiagnostic::flattenLocations()'. Because PlistDiagnosticClient by Ted Kremenek · 16 years ago
  21. 2610348 Clean up -fixit output slightly by Douglas Gregor · 16 years ago
  22. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
  23. 67f4964 For plist diagnostics, use the extensive PathDiagnostic generation algorithm. by Ted Kremenek · 16 years ago
  24. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 16 years ago
  25. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 16 years ago
  26. b0b6f72 Properly escape special characters in <string>'s in plist file. by Ted Kremenek · 16 years ago
  27. f48fbc6 analyzer plist: For PathDiagnosticControlFlowPieces, now output an array of by Ted Kremenek · 16 years ago
  28. ca1bada Emit aggregate "location" for PathDiagnostic to plist. This fixes <rdar://problem/6729558>. by Ted Kremenek · 16 years ago
  29. babdd7b BugReporter: by Ted Kremenek · 16 years ago
  30. a43a21e Really fix cmake style builds. by Mike Stump · 16 years ago
  31. 61dc71a Plist diagnostics: distinguish between regular and extended messages for "events". by Ted Kremenek · 16 years ago
  32. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  33. 1fbee5d implement a new -fprint-source-range-info option, which by Chris Lattner · 16 years ago
  34. 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
  35. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  36. 0e5c8d4 BugReporter: by Ted Kremenek · 16 years ago
  37. 0008683 Handle "Macro" PathDiagnosticPiece kind when getting string identifier. by Ted Kremenek · 16 years ago
  38. cd1148b generalize the "end of line" checking logic to stop at any \0 at the by Chris Lattner · 16 years ago
  39. 4e25ee3 Resize message bubble back to original size. by Ted Kremenek · 16 years ago
  40. 80bae76 Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::Kind. by Ted Kremenek · 16 years ago
  41. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  42. ae3487f Plist diagnostics now include PathDiagnostPiece::Kind. by Ted Kremenek · 16 years ago
  43. 2f10398 Update HTML diagnostics to honor the different between 'event' and 'control-flow' diagnostics. by Ted Kremenek · 16 years ago
  44. 7b5b5b4 fix PR2639 by Chris Lattner · 16 years ago
  45. 4ad19bf Fix name. by Daniel Dunbar · 16 years ago
  46. 3d7f2bc For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 16 years ago
  47. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago