1. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  2. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  3. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 12 years ago
  4. a83f4d2 Change Lexer::makeFileCharRange() to have it accept a CharSourceRange by Argyrios Kyrtzidis · 12 years ago
  5. dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 12 years ago
  6. 7f6cf97 Improve Lexer::getImmediateMacroName to take into account inner macros by Argyrios Kyrtzidis · 12 years ago
  7. d9806c9 Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument by Argyrios Kyrtzidis · 12 years ago
  8. eabcf7e Fix broken unit test by Douglas Gregor · 12 years ago
  9. 65eccf0 Silence set-but-unused warning. by Benjamin Kramer · 12 years ago
  10. e64d903 Introduce Lexer::getSourceText() that returns a string for the source by Argyrios Kyrtzidis · 12 years ago
  11. 11b652d Introduce Lexer::makeFileCharRange() that accepts a token source range by Argyrios Kyrtzidis · 12 years ago
  12. 69bda4c For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro by Argyrios Kyrtzidis · 12 years ago
  13. 19d5aea Add unit testing for Lexer. by Argyrios Kyrtzidis · 12 years ago
  14. 18383f0 clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387. by NAKAMURA Takumi · 13 years ago
  15. cee5ec9 Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it. by Argyrios Kyrtzidis · 13 years ago
  16. d7711ec For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded by Argyrios Kyrtzidis · 13 years ago
  17. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  18. 2587ede Attempt to fix unit tests by Douglas Gregor · 13 years ago
  19. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  20. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  21. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  22. d01fb36 unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc. by NAKAMURA Takumi · 13 years ago
  23. 5b106a8 Define DiagnosticBuilder<<APValue so it's easy to include APValues in by Jeffrey Yasskin · 13 years ago
  24. 8e27eb7 unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc. by NAKAMURA Takumi · 13 years ago
  25. 72069b2 This random unit test also depends on ARCMigrate. by John McCall · 13 years ago
  26. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  27. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  28. 7264ab7 Fix broken test on windows. To get operator new working, we need size_t, for which we need to figure out a way to resolve standard include paths in the test. by Manuel Klimek · 13 years ago
  29. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago
  30. c5cd252 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  31. 850dd80 Adds a test for the command line parser when a quoted string is not closed by a quote. by Manuel Klimek · 13 years ago
  32. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  33. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 13 years ago
  34. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 13 years ago
  35. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  36. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  37. f91ae52 Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention. by Jeffrey Yasskin · 13 years ago
  38. effc48d Remove support and mc from the clang unittests' dependencies because they're not by Jeffrey Yasskin · 13 years ago
  39. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 13 years ago
  40. c515d18 Adds a CMake target for the Basic lib's unit tests. Reviewed by by Zhanyong Wan · 13 years ago
  41. 05cb9f2 Improves CMakeLists.txt for Clang's unit tests: make "linked by Zhanyong Wan · 13 years ago
  42. 483651c Moves FileManagerTest.cpp to unittests/Basic such that the unit test by Zhanyong Wan · 13 years ago
  43. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 13 years ago
  44. 9b555ea Improves Clang's virtual file handling. by Zhanyong Wan · 13 years ago
  45. f0ed580 Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile. by Zhanyong Wan · 13 years ago
  46. 9acd0d9 build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn by Daniel Dunbar · 13 years ago
  47. 7a17889 Add gTest unittests to clang, and write the first one. by Jeffrey Yasskin · 13 years ago