1. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 13 years ago
  2. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
  3. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 13 years ago
  4. 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 13 years ago
  5. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 13 years ago
  6. da3301e Add a new option for and disable column number information as there by Eric Christopher · 13 years ago
  7. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
  8. 4ca3abd Emit diagnostics in chunks even when we're trying to print colored template diffs. by Benjamin Kramer · 13 years ago
  9. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 13 years ago
  10. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 13 years ago
  11. 9a022bb Teach TargetInfo to hold on to the TargetOptions with which it was created. by Douglas Gregor · 13 years ago
  12. a2e9489 Make sure temporary files are deleted when recovering from a crash when compiling modules. by Benjamin Kramer · 13 years ago
  13. ac447fc Delete temporary output files when an error occurs during PCH reading. by Benjamin Kramer · 13 years ago
  14. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 13 years ago
  15. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 13 years ago
  16. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 13 years ago
  17. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 13 years ago
  18. d7ee194 Don't emit double parentheses in __clang_version__. by Benjamin Kramer · 13 years ago
  19. c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 13 years ago
  20. 3da76bf [libclang] When indexing, invoke the importedASTFile for PCH files as well. by Argyrios Kyrtzidis · 13 years ago
  21. d3d9816 Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked by Argyrios Kyrtzidis · 13 years ago
  22. 95c579c Some renames to use the 'visitor' nomenclature, no functionality change. by Argyrios Kyrtzidis · 13 years ago
  23. 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 13 years ago
  24. 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 13 years ago
  25. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 13 years ago
  26. e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 13 years ago
  27. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 13 years ago
  28. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 13 years ago
  29. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 13 years ago
  30. c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 13 years ago
  31. e6d2202 Have ASTUnit::Save() return a bool to indicate save error. by Argyrios Kyrtzidis · 13 years ago
  32. 98e95bf Allow disabling PCH validation when loading an AST file by checking by Argyrios Kyrtzidis · 13 years ago
  33. 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 13 years ago
  34. c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 13 years ago
  35. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 13 years ago
  36. 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 13 years ago
  37. 5a1ffe9 [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 13 years ago
  38. 5b86ffd Allow disabling of wchar_t type. by Abramo Bagnara · 13 years ago
  39. 45796b1 Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 13 years ago
  40. 987695a Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. by Ted Kremenek · 13 years ago
  41. 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 13 years ago
  42. 2fa9d72 Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We by Ted Kremenek · 13 years ago
  43. 3b8a040 Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' by Ted Kremenek · 13 years ago
  44. 0caa2d4 Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. by Ted Kremenek · 13 years ago
  45. 255d4d4 Store const& to AnalyzerOptions in AnalysisManager instead of copying by Ted Kremenek · 13 years ago
  46. 82f5ace Move Analyses.def to include/clang/StaticAnalyzer. by Ted Kremenek · 13 years ago
  47. 318cc3c Change -analyzer-config to use '=' as the key-value separator, and only by Ted Kremenek · 13 years ago
  48. 7b73e08 Add new -cc1 driver option -analyzer-config, which allows one to specify by Ted Kremenek · 13 years ago
  49. 8a64bb5 Keep history of macro definitions and #undefs by Alexander Kornienko · 13 years ago
  50. 6c4590f _HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro. by Francois Pichet · 13 years ago
  51. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 13 years ago
  52. c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 13 years ago
  53. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 13 years ago
  54. db309ae Avoid binding a reference to a dereferenced pointer in diagnostic serialization by Richard Smith · 13 years ago
  55. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 13 years ago
  56. 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 13 years ago
  57. a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 13 years ago
  58. c141b51 Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid by Richard Smith · 13 years ago
  59. 317d6ef Fix base type of ASTDeclNodeLister. by Michael Han · 13 years ago
  60. 026b358 Fix undefined behavior in code completion, caught by by Richard Smith · 13 years ago
  61. 6bd3291 Frontend: define _LP64 in a target-independent way by Dylan Noblesmith · 13 years ago
  62. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 13 years ago
  63. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 13 years ago
  64. af6cf43 Make sure to call EndSourceFile even if we can't continue compiling. by Jordan Rose · 13 years ago
  65. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 13 years ago
  66. f23e8d2 Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz by Dylan Noblesmith · 13 years ago
  67. 5aeda88 Frontend: further document __BYTE_ORDER__ by Dylan Noblesmith · 13 years ago
  68. fbffb5f Remove unused variables. by Benjamin Kramer · 13 years ago
  69. 9d82a03 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 13 years ago
  70. e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 13 years ago
  71. 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 13 years ago
  72. 3b198a9 Preprocessor: add __BYTE_ORDER__ predefined macro by Dylan Noblesmith · 13 years ago
  73. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 13 years ago
  74. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 13 years ago
  75. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 13 years ago
  76. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 13 years ago
  77. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 13 years ago
  78. 89770e5 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 13 years ago
  79. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 13 years ago
  80. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 13 years ago
  81. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 13 years ago
  82. 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 13 years ago
  83. af082c3 PR13312: Don't crash when printing a fixit that ends in a unicode character. by Benjamin Kramer · 13 years ago
  84. 198871c Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 13 years ago
  85. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 13 years ago
  86. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 13 years ago
  87. c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 13 years ago
  88. e445e5d Clear diagnostic counts after processing the diagnostics. by Axel Naumann · 13 years ago
  89. 3b81b7d Allow -verify directives to specify a min and max count, not just "+". by Jordan Rose · 13 years ago
  90. aa48fe8 Allow line numbers on -verify directives. by Jordan Rose · 13 years ago
  91. 4313c01 Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. by Jordan Rose · 13 years ago
  92. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 13 years ago
  93. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 13 years ago
  94. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 13 years ago
  95. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 13 years ago
  96. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 13 years ago
  97. 8178813 [libclang] Protect against a race condition where a thread by Argyrios Kyrtzidis · 13 years ago
  98. 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 13 years ago
  99. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
  100. b956e5a When applying a template diff highlighting to a diagnostic message, remember by Richard Trieu · 13 years ago