1. a74ec5c Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  2. a4d36a6 When attempting to load a module that is not in the module cache, by Douglas Gregor · 13 years ago
  3. 4e96944 Add missing equals. by Benjamin Kramer · 13 years ago
  4. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  5. 991bf49 [libclang] Indexing API: Capture diagnostics during indexing. by Argyrios Kyrtzidis · 13 years ago
  6. 4c7ce36 Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X by Rafael Espindola · 13 years ago
  7. c14a03d [libclang] Fix operations (token annotation, getting cursor, etc.) with a file region by Argyrios Kyrtzidis · 13 years ago
  8. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  9. c18c423 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same by Richard Smith · 13 years ago
  10. 1b91ab4 Delete the depfile if we could not open a header file. We cannot by Peter Collingbourne · 13 years ago
  11. 8a0c5c2 Refine placement of LangOptions object in CompilerInvocation by adding a new baseclass CompilerInvocationBase with a custom copy constructor. This ensures that whenever the CompilerInvocation object's copy constructor is used we always clone the LangOptions object. by Ted Kremenek · 13 years ago
  12. 88c2596 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 13 years ago
  13. d3b74d9 Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted object. I discovered that llvm::RefCountedBase<T> has by Ted Kremenek · 13 years ago
  14. d04a982 Simplify crash cleanup logic in ASTUnit::LoadFromCommandLine() by zeroing out two IntrusiveRefCnt pointers after we have assigned their respective values into fields of ASTUnit. by Ted Kremenek · 13 years ago
  15. 1b4eca6 Add -f[no-]address-sanitizer flag by Kostya Serebryany · 13 years ago
  16. 261e75b When building a module from a module map that isn't simply an umbrella by Douglas Gregor · 13 years ago
  17. 35593a9 [libclang] Fix crash on invalid code. Fixes rdar://10451854 by Argyrios Kyrtzidis · 13 years ago
  18. 1432569 Switch some more of the modules tests over to "-emit-module-from-map", by Douglas Gregor · 13 years ago
  19. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  20. d2536a6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 13 years ago
  21. b8691df Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 13 years ago
  22. b86b8dc Add a -cc1-level option -fmodule-name=<name>, which will be used when by Douglas Gregor · 13 years ago
  23. 99643d9 Typo. by Chad Rosier · 13 years ago
  24. 496cc8e Fix a regression from 143657. The second pass of the warning options should only be emitting by Chad Rosier · 13 years ago
  25. dce6327 Warning option typo correction: When two options have the same edit_distance don't display either. by Benjamin Kramer · 13 years ago
  26. 02ae32a Remove extra ';'. by Devang Patel · 13 years ago
  27. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  28. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  29. 6eb29d2 serialized diagnostics: simplify code. by Benjamin Kramer · 13 years ago
  30. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  31. 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
  32. 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
  33. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  34. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  35. 103accc Fix a significant oversight in my move of MSVC includes to the driver: by Chandler Carruth · 13 years ago
  36. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  37. 96dcade serialized diagnostics: include FixIt information in serialized diagnostics. by Ted Kremenek · 13 years ago
  38. 0d34e6e serialized diagnostics: pull emission of filenames into diagnostic block. by Ted Kremenek · 13 years ago
  39. 3baf63d serialized diagnostics: pull emission of diagnostic flag string into diagnostics block. by Ted Kremenek · 13 years ago
  40. 0dbadc4 Serialized diagnostics: pull category name serialization into diagnostic blocks. The goal is to remove BLOCK_STRINGS so that the bitcode file can potentially be streamed. by Ted Kremenek · 13 years ago
  41. 2a20b4f serialized diagnostics: emit source ranges. by Ted Kremenek · 13 years ago
  42. fdd0ced Move definition of record/block IDs for serialized diagnostics to public header. by Ted Kremenek · 13 years ago
  43. 069f9c2 Serialized diagnostics: encode a 24 bit version number as part of the "magic number" of serialized diagnostics. by Ted Kremenek · 13 years ago
  44. 45d9275 serialized diagnostics: unique warning strings when emitting serialized diagnostics. by Ted Kremenek · 13 years ago
  45. 59b6161 Serialized diagnostics: serialize "notes" as sub diagnostics of warnings and errors. by Ted Kremenek · 13 years ago
  46. 28eac52 Also include file modification time and size in output of SerializedDiagnosticPrinter. by Ted Kremenek · 13 years ago
  47. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  48. 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
  49. 05272a6 Parse the warning options twice. The first pass sets diagnostic state, while by Chad Rosier · 13 years ago
  50. 27368f9 After resetting the diagnostic state, set the number of warning occurring in the preamble. by Argyrios Kyrtzidis · 13 years ago
  51. e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 13 years ago
  52. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  53. 21a2516 Fix various minor issues find via unreachable code warnings, from Ahmed Charles! by Douglas Gregor · 13 years ago
  54. 27e66ad Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 13 years ago
  55. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  56. 5d8b954 rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 13 years ago
  57. 62ba9f6 Put a reference of the ASTReader in the ASTUnit. by Argyrios Kyrtzidis · 13 years ago
  58. 2fe17fc Revert r143342. Caching of code-completion results was intentionally placed in "reparse" by Argyrios Kyrtzidis · 13 years ago
  59. ef0faea Add "just one more" include path to the monstrosity that is our header by Chandler Carruth · 13 years ago
  60. 0922949 Move caching of code-completion results from ASTUnit::Reparse to ASTUnit::CodeComplete, by Argyrios Kyrtzidis · 13 years ago
  61. 332cb9b Have the ASTUnit associate the local declarations that get parsed with the file by Argyrios Kyrtzidis · 13 years ago
  62. 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 13 years ago
  63. 7800212 Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that serializes out the diagnostics for a given translation unit to a bit code file. This is a WIP. by Ted Kremenek · 13 years ago
  64. 5aa6dea Give __STDC_VERSION__ the value 201001L when we're in C1x mode. The by Douglas Gregor · 13 years ago
  65. 407ef9a Make -error-on-deserialized-decl work correctly by correctly delegating to by Argyrios Kyrtzidis · 13 years ago
  66. e055f8a Add mutex for accessing ASTUnit's global OnDisk data. This may be an issue as libclang could be processing multiple ASTUnit's at once. by Ted Kremenek · 13 years ago
  67. 1872b31 Move ASTUnit's handling of temporary files and the preamble file into a lazily-created static DenseMap. This DenseMap is cleared (and the files erased) via an atexit routine in the case an ASTUnit is not destroyed. Fixes <rdar://problem/10293367>. by Ted Kremenek · 13 years ago
  68. f226ff9 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  69. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  70. 3e9d326 [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. by Argyrios Kyrtzidis · 13 years ago
  71. 0bb935c Make -fms-compatibility imply -fms-extensions. Fixes PR11204. by Douglas Gregor · 13 years ago
  72. 7c4fd91 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
  73. 85037d9 Define __STDC__ in -fms-extensions mode; defining it is consistent with gcc, and not defining it causes the system headers on multiple platforms to break with -fms-extensions because they assume the lack of a definition of __STDC__ implies a traditional (pre-ANSI) preprocessor. PR10324 and <rdar://problem/10313809> . by Eli Friedman · 13 years ago
  74. 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
  75. ea523d7 Wire up support for the controlling the extended dwarf .file directive. With by Nick Lewycky · 13 years ago
  76. 05edf66 When building a module, use the macro definitions on the command line by Douglas Gregor · 13 years ago
  77. fe627b0 Hoist the logic I added to compute the macro name into a helper by Chandler Carruth · 13 years ago
  78. a47129e Now that macro expansion notes are real notes and go through the same by Chandler Carruth · 13 years ago
  79. 938ef24 Fix the original bug in our diagnostic printing that got me started on by Chandler Carruth · 13 years ago
  80. 4ba5565 Now that the structure of this is more reasonably laid out, fix a long by Chandler Carruth · 13 years ago
  81. 2ed3495 Add proper doxyments to the entry point routine, and remove a dead parameter. by Chandler Carruth · 13 years ago
  82. 21a869a Persist the TextDiagnostic object across multiple diagnostics as long as by Chandler Carruth · 13 years ago
  83. 7531f57 Clean up the names of all the TextDiagnostic methods (and even a static by Chandler Carruth · 13 years ago
  84. 6ddd887 Move two functions out of the public interface that shouldn't have ever by Chandler Carruth · 13 years ago
  85. db463bb Graduate the TextDiagnostic interface to its own header and source file, by Chandler Carruth · 13 years ago
  86. 1f3839e Move the message printing to a class-static function so that it can be by Chandler Carruth · 13 years ago
  87. 7eb84dc Move the diagnostic level printing into a class static helper. This will by Chandler Carruth · 13 years ago
  88. 03efd2e Rationalize the last bit of "arbitrary" state that is carried between by Chandler Carruth · 13 years ago
  89. d614040 Neither 'Warning' nor 'NonNote' was a good name for this location... by Chandler Carruth · 13 years ago
  90. 67e2d51 Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-dead by Chandler Carruth · 13 years ago
  91. cae9ab1 Sink the include stack printing into the generic text diagnostic by Chandler Carruth · 13 years ago
  92. f54a614 Rationalize some of how the locations of prior diagnostics are tracked by Chandler Carruth · 13 years ago
  93. 9ed3066 Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic by Chandler Carruth · 13 years ago
  94. 60e4a2a Sink the non-caret diagnostic logic down and out of the diagnostic by Chandler Carruth · 13 years ago
  95. 55c6110 Simplify the interface of a helper method in the TextDiagnosticPrinter by Chandler Carruth · 13 years ago
  96. d79e462 Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing. by Chandler Carruth · 13 years ago
  97. abb5afa Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously created ASTUnit. by Argyrios Kyrtzidis · 13 years ago
  98. b8989f2 Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. by Benjamin Kramer · 13 years ago
  99. a268fc0 Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 13 years ago
  100. c892c5f For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. by Argyrios Kyrtzidis · 13 years ago