- 3f4ec31 Remove more uses of 'index' as namespace scope. by Argyrios Kyrtzidis · 11 years ago
- e845834 Avoid using the 'index' namespace as scope. by Argyrios Kyrtzidis · 11 years ago
- 3f7e66c Fix iterator invalidation. PR16935. by Eli Friedman · 11 years ago
- 13124bb Look at lowercase version of argv[0] when determining driver mode by Hans Wennborg · 11 years ago
- f65456f [autotools->cmake] Added support for building clang with an order file. by Michael Gottesman · 11 years ago
- 4857638 [autotools->cmake] Added support for creating the clang driver plist for OS X. by Michael Gottesman · 11 years ago
- 9af20d8 Use cstdio instead of stdio.h by Dmitri Gribenko · 11 years ago
- 21c45a5 libclang: cleanup unused includes in public header by Dmitri Gribenko · 11 years ago
- 166fa98 {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to clangIndex. by NAKAMURA Takumi · 11 years ago
- 4415a4b + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by Anton Yartsev · 11 years ago
- 2845a67 Rename libIDE to libIndex. by Argyrios Kyrtzidis · 11 years ago
- e9a906b Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
- 1216196 Introduce the clangIDE library. by Argyrios Kyrtzidis · 11 years ago
- c1cef08 Added source locs for angled parentheses in class/var template partial specs. by Enea Zaffanella · 11 years ago
- ad0d570 Add clang_Location_isFromMainFile() to libclang. by Stefanus Du Toit · 11 years ago
- f3db683 Remove misleading comment about using cc1 option table. by Hans Wennborg · 11 years ago
- ce4aa85 scan-build: pass -target through to analyzer by Jordan Rose · 11 years ago
- 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
- 13a165e Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads reported by MSan by Alexey Samsonov · 11 years ago
- 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
- 65e2b74 Simplify git-clang-format by using new -lines option. by Daniel Jasper · 11 years ago
- c3ba339 Fix up the BUILD_CLANG_ONLY code to work properly after r184794. by Bob Wilson · 11 years ago
- 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
- f740086 Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it. by Rafael Espindola · 11 years ago
- 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
- 10f9004 Revert commit 186833 (no longer needed after the fix in 186859). by Enea Zaffanella · 11 years ago
- 4626a20 Fix bug in clang-format's vim integration cause by r186789. by Daniel Jasper · 11 years ago
- 212e3d7 c-index-test.c: Let this C89-compliant since r186817. by NAKAMURA Takumi · 11 years ago
- 264947a Install git-clang-format along with clang-format by default. by Daniel Jasper · 11 years ago
- 0e295f3 clang-format: Smarter replacement in the vim integration. by Daniel Jasper · 11 years ago
- 3727c8f Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>). by Alexander Kornienko · 11 years ago
- c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
- 7248217 Improve clang-format vim integration. by Daniel Jasper · 11 years ago
- 4fa7eab OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 11 years ago
- 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
- 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
- 87f2cb5 [Driver] Use LLVM's response file parser because it can read UTF-16 by Reid Kleckner · 11 years ago
- d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
- 26a4001 Revert 186302 to fix build bots. by Craig Topper · 11 years ago
- 429d3be Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
- de1860d [scan-build] Add missing comma to ccc-analyzer. by Jordan Rose · 11 years ago
- 4aaedf0 [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings. by Jordan Rose · 11 years ago
- 53a015b c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM). by NAKAMURA Takumi · 11 years ago
- 8b8f621 c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdocumentation. by NAKAMURA Takumi · 11 years ago
- 163fbf8 Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
- 66e8c67 [libclang] Add the new function to libclang.exports by Argyrios Kyrtzidis · 11 years ago
- 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
- 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
- 98137aa [scan-build] Log compiler invocation to stderr, not stdout. by Jordan Rose · 11 years ago
- d771b44 With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. by Jordan Rose · 11 years ago
- c1baef6 Prevent error message when formatting an empty file. by Daniel Jasper · 11 years ago
- aad1422 Fix ranges computed by git clang-format. by Daniel Jasper · 11 years ago
- fcd0aa1 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
- 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
- a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
- dbb4a35 Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 11 years ago
- cd0debb Remove dead include. by Rafael Espindola · 11 years ago
- 2669e96 Don't use PathV1.h in cc1as_main.cpp. by Rafael Espindola · 11 years ago
- 91d1b52 Remove unused header. by Rafael Espindola · 11 years ago
- ac1db6b Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 11 years ago
- f66ef17 Reorder builds based by ordering. by Eric Christopher · 11 years ago
- 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
- 1a554f7 Add some invalid-decl checks to clang_Type_getOffsetOf. by Matt Beaumont-Gay · 11 years ago
- c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
- 97e5bc2 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 11 years ago
- d52b20c [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 11 years ago
- 4b7bae3 Update to pass in pointers intead of references. by Bill Wendling · 11 years ago
- 5c1a9f3 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 11 years ago
- 68effa0 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 11 years ago
- a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
- b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
- aa12d8f Don't depend on the transitive inclusion of PathV1.h. by Rafael Espindola · 11 years ago
- 6f2e23b Use the sys::RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 11 years ago
- 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
- 2289933 Update for llvm change. by Rafael Espindola · 11 years ago
- 009d7d5 libclang: Remove clang::RemapFiles, it's dead code. by Benjamin Kramer · 11 years ago
- 082ad2b libclang: Port CIndexer::getClangResourcesPath to PathV2. No functionality change. by Benjamin Kramer · 11 years ago
- 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
- a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
- 3439237 Include PathV1.h in files that use it. by Rafael Espindola · 11 years ago
- ac2bfd8 Make it possible to assign clang-format-buffer to a keybinding. by Manuel Klimek · 11 years ago
- 57e6847 [clang-format] Don't flash an ugly cmd prompt in Vim on Windows by Reid Kleckner · 11 years ago
- c09f2a8 [libclang] CMake: add an option to control building libclang as a static library (off by default) by Argyrios Kyrtzidis · 11 years ago
- bf75e2b clang-check: add missing space in Makefile by Hans Wennborg · 11 years ago
- a888813 clang-check: Link the static analyzer in the Makefile build too. by Benjamin Kramer · 11 years ago
- 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
- 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
- 25cd4a2 [libclang] When annotating tokens, don't override a property annotation with a getter/setter method annotation. by Argyrios Kyrtzidis · 11 years ago
- 3ee2ad8 [analyzer] Add --override-compiler option to scan-build. by Anna Zaks · 11 years ago
- 01970ef Fix default value of clang-format-diff's -p option. by Daniel Jasper · 11 years ago
- 1bc085a [libclang] When indexing a @synthesize, don't consider that it defines a getter/setter if one is already defined by the user. by Argyrios Kyrtzidis · 11 years ago
- ff62d64 Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that by Roman Divacky · 11 years ago
- a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
- 4c9f58f [libclang] Add logging for clang_createTranslationUnit. by Argyrios Kyrtzidis · 11 years ago
- 4507a2c clang-format integration for git. by Daniel Jasper · 11 years ago
- c810bff scan-build: use the xcodebuild specified by the user. by Jordan Rose · 11 years ago
- 02fb580 Fix off-by-one error in clang-format's emacs integration. by Daniel Jasper · 11 years ago
- 33886c7 Fix behavior of clang-format's -cursor flag. by Daniel Jasper · 11 years ago
- 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
- 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago