index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang_getCursorLexicalParent should return a translation unit cursor for decl...
Douglas Gregor
2012-04-30
1
-2
/
+2
*
Fix C versus C++ linkage issue.
Ted Kremenek
2012-04-30
1
-1
/
+3
*
Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of Sma...
Ted Kremenek
2012-04-30
4
-32
/
+113
*
don't use soname on OpenBSD, it doesn't support it. Patch by
Chris Lattner
2012-04-25
1
-1
/
+1
*
[libclang] Don't set dylib load address to 0xe000000.
Argyrios Kyrtzidis
2012-04-20
2
-2
/
+2
*
Add a little hack to emulate a clang crash, so the diagnostics generator can be
Chad Rosier
2012-04-20
1
-0
/
+4
*
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-19
2
-4
/
+4
*
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-18
1
-6
/
+10
*
[libclang] Make sure that when we have multiple @class references in the same...
Argyrios Kyrtzidis
2012-04-16
1
-1
/
+21
*
[libclang] Spelling range for a objc category should the category name range,...
Argyrios Kyrtzidis
2012-04-16
1
-0
/
+12
*
Like for LLVM / shlib, we also provide a SONAME to libclang.so
Sylvestre Ledru
2012-04-15
1
-0
/
+5
*
[analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.
Anna Zaks
2012-04-14
1
-0
/
+2
*
c-index-test: dispose spelling string after use.
Benjamin Kramer
2012-04-14
1
-0
/
+1
*
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-14
1
-5
/
+9
*
Kill the last vestiges of clangIndex
Douglas Gregor
2012-04-13
6
-6
/
+4
*
Added a flag to the parser to skip method bodies.
Erik Verbruggen
2012-04-12
2
-1
/
+5
*
Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...
Ted Kremenek
2012-04-12
7
-5
/
+41
*
[libclang] Apparently it's important to build in C89, sigh..
Argyrios Kyrtzidis
2012-04-11
1
-1
/
+2
*
[libclang] Introduce a couple of functions to make it convenient
Argyrios Kyrtzidis
2012-04-11
4
-3
/
+50
*
[libclang] In cxloc::translateSourceRange make sure to handle locations in ma...
Argyrios Kyrtzidis
2012-04-11
1
-3
/
+4
*
[libclang] Fix "error: conflicts with new declaration with āCā linkage" t...
Argyrios Kyrtzidis
2012-04-11
1
-21
/
+21
*
[libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...
Argyrios Kyrtzidis
2012-04-11
3
-21
/
+39
*
[libclang] For clang_getOverriddenCursors make sure to report overridden objc...
Argyrios Kyrtzidis
2012-04-10
2
-16
/
+38
*
[code-complete] Introduce CodeCompletionTUInfo which will be used for caching
Argyrios Kyrtzidis
2012-04-10
2
-13
/
+17
*
[Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...
NAKAMURA Takumi
2012-04-07
2
-0
/
+6
*
clangFrontend depends on clangEdit.
Benjamin Kramer
2012-04-04
1
-1
/
+1
*
Adds a tooling library.
Manuel Klimek
2012-04-04
5
-1
/
+94
*
Fix dead store warning.
Ted Kremenek
2012-04-04
1
-1
/
+2
*
Fix build by passing in the needed variable after r153860.
Bill Wendling
2012-04-02
1
-1
/
+2
*
Remove unused but set variable.
Benjamin Kramer
2012-03-31
1
-3
/
+2
*
[libclang] Fix use-after-free bug when handling attributes indexing info.
Argyrios Kyrtzidis
2012-03-31
2
-52
/
+58
*
[libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.
Argyrios Kyrtzidis
2012-03-30
3
-0
/
+7
*
[libclang] Introduce clang_Cursor_getSpellingNameRange().
Argyrios Kyrtzidis
2012-03-30
3
-3
/
+73
*
Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property
Argyrios Kyrtzidis
2012-03-30
1
-2
/
+11
*
[libclang] A MemberRefExpr cursor for a property dot syntax should have as
Argyrios Kyrtzidis
2012-03-30
1
-0
/
+2
*
[libclang] Have c-index-test output more information about a cursor with -cur...
Argyrios Kyrtzidis
2012-03-30
1
-0
/
+12
*
[libclang] Fix CIndexer::isOptEnabled(); not sure what I was thinking there.
Argyrios Kyrtzidis
2012-03-28
1
-1
/
+1
*
[libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority.
Argyrios Kyrtzidis
2012-03-28
4
-9
/
+9
*
[libclang] Fix gcc error.
Argyrios Kyrtzidis
2012-03-28
1
-2
/
+2
*
[libclang] Introduce options to control the priority for the threads
Argyrios Kyrtzidis
2012-03-28
6
-6
/
+76
*
[libclang] Put the CIndexer class in the clang namespace instead of having
Argyrios Kyrtzidis
2012-03-28
1
-1
/
+2
*
[libclang] For clang_saveTranslationUnit, if the AST to save has invalid nodes
Argyrios Kyrtzidis
2012-03-28
1
-5
/
+52
*
Introduce a new libclang API to determine the parent context of a code
Douglas Gregor
2012-03-27
3
-2
/
+32
*
[libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, which
Argyrios Kyrtzidis
2012-03-27
1
-0
/
+3
*
[libclang] Make sure we don't crash when trying to index code that
Argyrios Kyrtzidis
2012-03-23
2
-4
/
+7
*
[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...
Argyrios Kyrtzidis
2012-03-23
1
-0
/
+4
*
Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...
Ted Kremenek
2012-03-20
1
-0
/
+2
*
[libclang] Have clang_getCursorExtent() return the range of the main file when
Argyrios Kyrtzidis
2012-03-19
1
-0
/
+8
*
[c-index-test] Make it C90 compliant.
Argyrios Kyrtzidis
2012-03-15
1
-1
/
+3
*
[libclang] A couple of enhancements to c-index-test.
Argyrios Kyrtzidis
2012-03-15
1
-14
/
+35
[next]