1. 546943f Reland "[tools] Updating PPCallbacks::InclusionDirective calls" by Julie Hockett · 7 years ago
  2. 4a43843 Revert "[tools] Updating PPCallbacks::InclusionDirective calls" by Julie Hockett · 7 years ago
  3. 4e548fe [tools] Updating PPCallbacks::InclusionDirective calls by Julie Hockett · 7 years ago
  4. a8e8462 [NFC] Sync function call with changes to interface made in r314593. by Faisal Vali · 8 years ago
  5. cb8e01a [NFC] Update function call names as changed in MacroInfo that should refer to Parameters (as opposed to Arguments). by Faisal Vali · 8 years ago
  6. 08124b1 modernize-use-auto NFC fixes by Piotr Padlewski · 9 years ago
  7. 48c8426 Fix build problem by lower SmallSet<N> to a reasonable value by Matthias Braun · 10 years ago
  8. e04a3da Revert "Apply modernize-use-default to clang-tools-extra." by David Blaikie · 10 years ago
  9. 3ca34bc Apply modernize-use-default to clang-tools-extra. by Angel Garcia Gomez · 10 years ago
  10. 89ec723 Refactor MacroInfo so range for loops can be used to iterate its tokens. by Daniel Marjamaki · 10 years ago
  11. fcf3f47 Fixed infinite recursion bug. by John Thompson · 11 years ago
  12. 33de856 Update to match clang r236404. by Richard Smith · 11 years ago
  13. 87638f6 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  14. e710371 Make helpers static. clang-tools edition. by Benjamin Kramer · 11 years ago
  15. b70ecf6 Fixed canonical path function. by John Thompson · 11 years ago
  16. b87fd7d Temporary hack to avoid false errors. Real fix comming. by John Thompson · 11 years ago
  17. 9ea81b0 Fix broken logic for include in block check. by John Thompson · 11 years ago
  18. f1828ef Fixed incorrect header inclusion tracking resulting in false error reports. by John Thompson · 11 years ago
  19. ecd3b04 Added -block-check-header-list-only option. This is a work-around for private includes that purposefully get included inside blocks. by John Thompson · 11 years ago
  20. 9724431 Centralize canonical path conversion. by John Thompson · 11 years ago
  21. 3431881 Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. by David Blaikie · 11 years ago
  22. 775862a Unique_ptrify PPCallbacks ownership. Goes with clang r217474. by Craig Topper · 11 years ago
  23. 92fc741 Unbreak the build after r211244. by David Blaikie · 11 years ago
  24. f61be9c [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  25. 85e6e87 Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't by Chandler Carruth · 12 years ago
  26. 87f9fef Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum. by John Thompson · 12 years ago
  27. a2b6687 Added colon to make proper error message prefix. by John Thompson · 12 years ago
  28. 7408392 Check for #include in extern and namespace blocks. by John Thompson · 12 years ago
  29. cc2e291 Ran clang-format for a base-line. by John Thompson · 12 years ago
  30. c8d710c Avoid errors on header guards using #if defined(NAME). by John Thompson · 12 years ago
  31. 91555bd Fix false error message for function-style macro instance used as arguments in other function-style macros instances, and add test for it. by John Thompson · 12 years ago
  32. 4ed963a Fixed incorrect header guard/nested header mechanism. by John Thompson · 12 years ago
  33. 48df096 Fixed uninitialized member, plus recommit of 187736. by John Thompson · 12 years ago
  34. 30448e6 Reverting r187736. It broke some public bots: by Arnold Schwaighofer · 12 years ago
  35. ea8e668 Fixed incorrect include file exit detection. Added work-around to avoid error on header guard in nested include. Fixed a couple of coding standard issues on variable names. by John Thompson · 12 years ago
  36. 7c6e79f3 Fixed comment issues (non-ASCII chars, typos) per review, expanded some comments. by John Thompson · 12 years ago
  37. f257681 modularize: Remove default case from fully covered switch. by Benjamin Kramer · 12 years ago
  38. 94faa4d Fixed case change that caused the test failure. Incorporarated Sean's review changes, consisting only of renaming and comment changes. by John Thompson · 12 years ago
  39. 17b15cf Revert "Added new feature for checking macro and preprocessor conditional consistency." by Rafael Espindola · 12 years ago
  40. 1e01014 Added new feature for checking macro and preprocessor conditional consistency. by John Thompson · 12 years ago