index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Index
/
c-index-getCursor-test.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...
Abramo Bagnara
2011-03-08
1
-2
/
+2
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-2
/
+2
*
When comparing the source range of a declaration against the region of
Douglas Gregor
2010-11-17
1
-5
/
+5
*
Robustify PreprocessingRecord slightly, by only creating macro
Douglas Gregor
2010-03-19
1
-0
/
+1
*
Implement serialization and lazy deserialization of the preprocessing
Douglas Gregor
2010-03-19
1
-1
/
+5
*
Fix a longstanding (but previously unknown) bug in the lazy
Douglas Gregor
2010-03-19
1
-0
/
+6
*
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-03-08
1
-1
/
+3
*
Keep track of type source information in the return type of an
Douglas Gregor
2010-03-08
1
-1
/
+3
*
c-index-test: Unify and always print half-open extents.
Daniel Dunbar
2010-02-14
1
-99
/
+99
*
c-index-test: Unify syntax for printing extents. Yes, there were 4.
Daniel Dunbar
2010-02-14
1
-99
/
+99
*
Loosen preconditions for clang_getCursorSpelling(), returning an empty
Douglas Gregor
2010-01-25
1
-13
/
+13
*
Teach CIndex's cursor visitor to restrict its traversal to a specific
Douglas Gregor
2010-01-22
1
-41
/
+28
*
Extend the CIndex API with direct support for expressions and
Douglas Gregor
2010-01-19
1
-79
/
+85
*
Eliminate cursor kinds used to express definitions. Instead, provide
Douglas Gregor
2010-01-19
1
-25
/
+25
*
Give ObjCClassRef cursors a sane representation, which is encapsulated
Douglas Gregor
2010-01-16
1
-1
/
+1
*
Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual
Douglas Gregor
2010-01-16
1
-2
/
+2
*
Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ...
Ted Kremenek
2010-01-16
1
-27
/
+27
*
Change ObjCContainerDecl to contain the entire range for the '@end'
Ted Kremenek
2010-01-07
1
-12
/
+12
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Make tests use the new clang -cc1 flag.
Fariborz Jahanian
2009-12-14
1
-1
/
+1
*
Add c-index-test mode "-test-file-scan", which scans a source file and calls ...
Ted Kremenek
2009-11-17
1
-0
/
+160