1. 98e95bf Allow disabling PCH validation when loading an AST file by checking by Argyrios Kyrtzidis · 12 years ago
  2. 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 12 years ago
  3. c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 12 years ago
  4. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  5. 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 12 years ago
  6. 5a1ffe9 [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 12 years ago
  7. 5b86ffd Allow disabling of wchar_t type. by Abramo Bagnara · 12 years ago
  8. 45796b1 Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 12 years ago
  9. 987695a Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. by Ted Kremenek · 12 years ago
  10. 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 12 years ago
  11. 2fa9d72 Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We by Ted Kremenek · 12 years ago
  12. 3b8a040 Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' by Ted Kremenek · 12 years ago
  13. 0caa2d4 Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. by Ted Kremenek · 12 years ago
  14. 255d4d4 Store const& to AnalyzerOptions in AnalysisManager instead of copying by Ted Kremenek · 12 years ago
  15. 82f5ace Move Analyses.def to include/clang/StaticAnalyzer. by Ted Kremenek · 12 years ago
  16. 318cc3c Change -analyzer-config to use '=' as the key-value separator, and only by Ted Kremenek · 12 years ago
  17. 7b73e08 Add new -cc1 driver option -analyzer-config, which allows one to specify by Ted Kremenek · 12 years ago
  18. 8a64bb5 Keep history of macro definitions and #undefs by Alexander Kornienko · 12 years ago
  19. 6c4590f _HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro. by Francois Pichet · 12 years ago
  20. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  21. c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 12 years ago
  22. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  23. db309ae Avoid binding a reference to a dereferenced pointer in diagnostic serialization by Richard Smith · 12 years ago
  24. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  25. 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 12 years ago
  26. a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 12 years ago
  27. c141b51 Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid by Richard Smith · 12 years ago
  28. 317d6ef Fix base type of ASTDeclNodeLister. by Michael Han · 12 years ago
  29. 026b358 Fix undefined behavior in code completion, caught by by Richard Smith · 12 years ago
  30. 6bd3291 Frontend: define _LP64 in a target-independent way by Dylan Noblesmith · 12 years ago
  31. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  32. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  33. af6cf43 Make sure to call EndSourceFile even if we can't continue compiling. by Jordan Rose · 12 years ago
  34. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  35. f23e8d2 Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz by Dylan Noblesmith · 12 years ago
  36. 5aeda88 Frontend: further document __BYTE_ORDER__ by Dylan Noblesmith · 12 years ago
  37. fbffb5f Remove unused variables. by Benjamin Kramer · 12 years ago
  38. 9d82a03 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 12 years ago
  39. e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 12 years ago
  40. 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 12 years ago
  41. 3b198a9 Preprocessor: add __BYTE_ORDER__ predefined macro by Dylan Noblesmith · 12 years ago
  42. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  43. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  44. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  45. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  46. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  47. 89770e5 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 12 years ago
  48. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  49. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  50. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  51. 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 12 years ago
  52. af082c3 PR13312: Don't crash when printing a fixit that ends in a unicode character. by Benjamin Kramer · 12 years ago
  53. 198871c Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 12 years ago
  54. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 12 years ago
  55. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  56. c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 12 years ago
  57. e445e5d Clear diagnostic counts after processing the diagnostics. by Axel Naumann · 12 years ago
  58. 3b81b7d Allow -verify directives to specify a min and max count, not just "+". by Jordan Rose · 12 years ago
  59. aa48fe8 Allow line numbers on -verify directives. by Jordan Rose · 12 years ago
  60. 4313c01 Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. by Jordan Rose · 12 years ago
  61. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  62. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  63. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  64. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  65. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  66. 8178813 [libclang] Protect against a race condition where a thread by Argyrios Kyrtzidis · 12 years ago
  67. 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
  68. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  69. b956e5a When applying a template diff highlighting to a diagnostic message, remember by Richard Trieu · 12 years ago
  70. 50badd5 Fix template type diffing coloring (r159216) when forcing color output to a file (not a terminal) by David Blaikie · 12 years ago
  71. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  72. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  73. 6b4f506 Documentation cleanup: escape \ characters in Doxygen comments as needed. by James Dennett · 12 years ago
  74. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  75. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  76. 5e94d6f Extend the support for cl-std to include 1.2. by Tanya Lattner · 12 years ago
  77. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  78. 3065cf9 Sink definition of IBOutlet, IBOutletCollection, and IBAction into by Ted Kremenek · 12 years ago
  79. f4205e1 Add language std for OpenCL 1.1 and 1.2. by Tanya Lattner · 12 years ago
  80. 29271fb Move a few static functions from DiagnosticRenderer.cpp into SourceManager. by Matt Beaumont-Gay · 12 years ago
  81. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  82. 0cdd1fe [-E] Emit a rewritten _Pragma on its own line. by Jordan Rose · 12 years ago
  83. 5e9dda6 Documentation cleanup: escape # in a Doxygen comment. by James Dennett · 12 years ago
  84. f1492f9 Support -frewrite-includes as an option while preprocessing. by David Blaikie · 12 years ago
  85. 60ad16b Rename -rewrite-includes to -frewrite-includes. by David Blaikie · 12 years ago
  86. 809d1be More doxygen/documentation cleanups. by James Dennett · 12 years ago
  87. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  88. 7ed25df Const'ify CompilerInvocation::toArgs(). by Argyrios Kyrtzidis · 12 years ago
  89. 3772c9a If fixits appear to overlap, move the second one over in the output. by Jordan Rose · 12 years ago
  90. 374a00b [libclang] Don't crash when saving a PCH from a prefix header by Argyrios Kyrtzidis · 12 years ago
  91. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  92. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  93. a08e7bc Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. by Francois Pichet · 12 years ago
  94. e3f3411 Fix indenting. by David Blaikie · 12 years ago
  95. 4031a37 ensure value passed to is space is representable as unsigned char by Seth Cantrell · 12 years ago
  96. c5493d7 fix Bug 12924 by Seth Cantrell · 12 years ago
  97. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  98. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  99. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  100. 6a1fd4a Tweek r156937 a bit so that the suggestions are correct. by Chad Rosier · 12 years ago