1. 4a966d3 clang-format: Fix clang-format-diff.py according to diff specification. by Daniel Jasper · 11 years ago
  2. d195bc3 [OpenMP] Added parsing and semantic analysis for firstprivate clause by Alexey Bataev · 11 years ago
  3. c6801d3 Remove unused variable introduced in 191666 by David Blaikie · 11 years ago
  4. f4e12c8 Moving style option formatting to libFormat by Edwin Vane · 11 years ago
  5. 084be2d Fix up fallout from r187156. by Bob Wilson · 11 years ago
  6. 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
  7. 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
  8. 767b3d2 Fix array_pod_sort predicates after LLVM change. by Benjamin Kramer · 11 years ago
  9. 68455be Fix clang-format-diff.py to accept -style again. by Daniel Jasper · 11 years ago
  10. 2e118a0 Simplify clang-format-diff.py using new clang-format options. by Daniel Jasper · 11 years ago
  11. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  12. 7a97f7b [libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type. by Argyrios Kyrtzidis · 11 years ago
  13. f55e36a [analyzer] scan-build: add missing semicolon by Jordan Rose · 11 years ago
  14. f8a89ce [analyzer] Put more uniqueness in scan-build's temporary directory names. by Jordan Rose · 11 years ago
  15. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  16. 62df7ef clang-format: Add -assume-filename option for editor integrations. by Daniel Jasper · 11 years ago
  17. 12981a7 Fix the MCTargetAsmParser API change. by Joey Gouly · 11 years ago
  18. 8644aa9 [libclang] In clang_getLocation, check that the provided line/column is valid. by Argyrios Kyrtzidis · 11 years ago
  19. 2bb6dad Fix 2 cases of uninitialized reads of an invalid PresumedLoc. by Evgeniy Stepanov · 11 years ago
  20. 9a7a50e Allow _clang-format as alternative to .clang-format config filename by Hans Wennborg · 11 years ago
  21. e904acf Update to the new API interface which requires the MCRegisterInfo object. <rdar://problem/13623355> by Bill Wendling · 11 years ago
  22. 0c01835 OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) by Alexey Bataev · 11 years ago
  23. 22d58dd Make error text if clang-format is not on the system PATH more helpful, by Manuel Klimek · 11 years ago
  24. 15852fc Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor. by Manuel Klimek · 11 years ago
  25. 8cb1bf8 clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix. by Reid Kleckner · 11 years ago
  26. 7b7fd83 clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exe by Reid Kleckner · 11 years ago
  27. 13d53b9 Remove unused typedef. by Eric Christopher · 11 years ago
  28. 4367829 Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" by Rafael Espindola · 11 years ago
  29. 8f1a2db OpenMP: Data-sharing attributes analysis and clause 'shared' by Alexey Bataev · 11 years ago
  30. 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 11 years ago
  31. 7de13bb Whitespace changes in help messages + updated help output in .rst file. by Alexander Kornienko · 11 years ago
  32. 439fc85 Switch the default mode for clang-format to '-file'. Make 'LLVM' the by Chandler Carruth · 11 years ago
  33. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  34. 354f20a Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o. by Craig Topper · 11 years ago
  35. 0e28a25 Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary. by Craig Topper · 11 years ago
  36. b1aa16a Merge diagnostic group tables to reduce data size and relocation entries. by Craig Topper · 11 years ago
  37. 2e010b2 cmake: install a cl.exe binary in the tools/msbuild-bin dir by Hans Wennborg · 11 years ago
  38. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  39. 2c395a8 CMake: Fix standalone Clang build, take two. by Jordan Rose · 11 years ago
  40. 237c145 Revert "CMake: Fix out-of-source build's symlinks." by Reid Kleckner · 11 years ago
  41. 3388162 scan-build: Set CC and CXX as make variables when wrapping make builds. by Jordan Rose · 11 years ago
  42. 383947c CMake: Fix out-of-source build's symlinks. by Jordan Rose · 11 years ago
  43. 344472e Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 11 years ago
  44. 92e9d2b Re-add clang-check to the Makefile build. by Jordan Rose · 11 years ago
  45. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  46. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  47. 3f4ec31 Remove more uses of 'index' as namespace scope. by Argyrios Kyrtzidis · 11 years ago
  48. e845834 Avoid using the 'index' namespace as scope. by Argyrios Kyrtzidis · 11 years ago
  49. 3f7e66c Fix iterator invalidation. PR16935. by Eli Friedman · 11 years ago
  50. 13124bb Look at lowercase version of argv[0] when determining driver mode by Hans Wennborg · 11 years ago
  51. f65456f [autotools->cmake] Added support for building clang with an order file. by Michael Gottesman · 11 years ago
  52. 4857638 [autotools->cmake] Added support for creating the clang driver plist for OS X. by Michael Gottesman · 11 years ago
  53. 9af20d8 Use cstdio instead of stdio.h by Dmitri Gribenko · 11 years ago
  54. 21c45a5 libclang: cleanup unused includes in public header by Dmitri Gribenko · 11 years ago
  55. 166fa98 {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to clangIndex. by NAKAMURA Takumi · 11 years ago
  56. 4415a4b + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by Anton Yartsev · 11 years ago
  57. 2845a67 Rename libIDE to libIndex. by Argyrios Kyrtzidis · 11 years ago
  58. e9a906b Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
  59. 1216196 Introduce the clangIDE library. by Argyrios Kyrtzidis · 11 years ago
  60. c1cef08 Added source locs for angled parentheses in class/var template partial specs. by Enea Zaffanella · 11 years ago
  61. ad0d570 Add clang_Location_isFromMainFile() to libclang. by Stefanus Du Toit · 11 years ago
  62. f3db683 Remove misleading comment about using cc1 option table. by Hans Wennborg · 11 years ago
  63. ce4aa85 scan-build: pass -target through to analyzer by Jordan Rose · 11 years ago
  64. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  65. 13a165e Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads reported by MSan by Alexey Samsonov · 11 years ago
  66. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  67. 65e2b74 Simplify git-clang-format by using new -lines option. by Daniel Jasper · 11 years ago
  68. c3ba339 Fix up the BUILD_CLANG_ONLY code to work properly after r184794. by Bob Wilson · 11 years ago
  69. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  70. f740086 Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it. by Rafael Espindola · 11 years ago
  71. 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
  72. 10f9004 Revert commit 186833 (no longer needed after the fix in 186859). by Enea Zaffanella · 11 years ago
  73. 4626a20 Fix bug in clang-format's vim integration cause by r186789. by Daniel Jasper · 11 years ago
  74. 212e3d7 c-index-test.c: Let this C89-compliant since r186817. by NAKAMURA Takumi · 11 years ago
  75. 264947a Install git-clang-format along with clang-format by default. by Daniel Jasper · 11 years ago
  76. 0e295f3 clang-format: Smarter replacement in the vim integration. by Daniel Jasper · 11 years ago
  77. 3727c8f Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>). by Alexander Kornienko · 11 years ago
  78. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  79. 7248217 Improve clang-format vim integration. by Daniel Jasper · 11 years ago
  80. 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
  81. d95f88a Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. by Alexander Kornienko · 11 years ago
  82. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  83. 87f2cb5 [Driver] Use LLVM's response file parser because it can read UTF-16 by Reid Kleckner · 11 years ago
  84. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  85. 26a4001 Revert 186302 to fix build bots. by Craig Topper · 11 years ago
  86. 429d3be Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  87. de1860d [scan-build] Add missing comma to ccc-analyzer. by Jordan Rose · 11 years ago
  88. 4aaedf0 [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by Jordan Rose · 11 years ago
  89. 53a015b c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM). by NAKAMURA Takumi · 11 years ago
  90. 8b8f621 c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdocumentation. by NAKAMURA Takumi · 11 years ago
  91. 163fbf8 Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  92. 66e8c67 [libclang] Add the new function to libclang.exports by Argyrios Kyrtzidis · 11 years ago
  93. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  94. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  95. 98137aa [scan-build] Log compiler invocation to stderr, not stdout. by Jordan Rose · 11 years ago
  96. d771b44 With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. by Jordan Rose · 11 years ago
  97. c1baef6 Prevent error message when formatting an empty file. by Daniel Jasper · 11 years ago
  98. aad1422 Fix ranges computed by git clang-format. by Daniel Jasper · 11 years ago
  99. fcd0aa1 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  100. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago