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
/
Checker
/
LLVMConventionsChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code, caught by unused function warnings.
Argyrios Kyrtzidis
2010-08-15
1
-1
/
+0
*
Pass StringRefs by value.
Benjamin Kramer
2010-07-14
1
-1
/
+1
*
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-07
1
-1
/
+1
*
Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to
Nick Lewycky
2010-05-30
1
-35
/
+13
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-1
/
+1
*
clang::Attr objects should be treated as AST nodes as well by
Ted Kremenek
2010-02-14
1
-1
/
+5
*
Add LLVM conventions check that scans for AST elements (types, stmts, decls)
Ted Kremenek
2010-02-14
1
-13
/
+194
*
Change LLVMConventionsChecker to accept an entire translation unit instead
Ted Kremenek
2010-02-14
1
-4
/
+20
*
For the StringRef check, also visit the children of DeclStmts.
Ted Kremenek
2010-02-14
1
-0
/
+3
*
Place type-checking static methods at type of file (where they will congregate).
Ted Kremenek
2010-02-14
1
-33
/
+37
*
Add new static analyzer for checking LLVM coding conventions: -analyzer-check...
Ted Kremenek
2010-02-14
1
-0
/
+127