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
/
lib
/
Frontend
/
ASTUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of A...
Ted Kremenek
2009-10-19
1
-4
/
+9
*
Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.
Steve Naroff
2009-10-19
1
-10
/
+6
*
Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris.
Benjamin Kramer
2009-10-18
1
-1
/
+2
*
Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre...
Ted Kremenek
2009-10-17
1
-2
/
+3
*
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-16
1
-2
/
+3
*
Make sure temporary files get unlinked.
Steve Naroff
2009-10-15
1
-2
/
+9
*
Change ASTUnit to only initialize the predefines buffer to the suggested pred...
Daniel Dunbar
2009-09-21
1
-1
/
+1
*
Change ASTUnit to take the Diagnostic as an argument, the client should have ...
Daniel Dunbar
2009-09-21
1
-15
/
+7
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-18
/
+18
*
Implement accessors clang_getCursorKind(), clang_getCursorDecl().
Steve Naroff
2009-09-04
1
-0
/
+4
*
Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS...
Steve Naroff
2009-09-03
1
-0
/
+3
*
Revert "Visit function/method bodies and issue callback for parameters and local
Daniel Dunbar
2009-09-03
1
-5
/
+1
*
Revert "Remove redundant local variable (use newly created instance data).", the
Daniel Dunbar
2009-09-03
1
-8
/
+10
*
Remove redundant local variable (use newly created instance data).
Steve Naroff
2009-09-03
1
-10
/
+8
*
Visit function/method bodies and issue callback for parameters and local vari...
Steve Naroff
2009-09-03
1
-1
/
+5
*
Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.
Argyrios Kyrtzidis
2009-06-25
1
-5
/
+1
*
Add the license part to the new source files.
Argyrios Kyrtzidis
2009-06-20
1
-0
/
+13
*
Introduce the ASTUnit class.
Argyrios Kyrtzidis
2009-06-20
1
-0
/
+146