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
/
AST
/
ParentMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ParentMap: Restore the ability to update an existing map.
Jordan Rose
2012-10-06
1
-14
/
+55
*
[analyzer] Improve arrow locations for PseudoObjectExprs.
Jordan Rose
2012-08-06
1
-3
/
+10
*
Fix crash in analyzer diagnostic generation involving subexpressions of Opaqu...
Ted Kremenek
2012-02-18
1
-0
/
+4
*
[arcmt] More automatic transformations and safety improvements; rdar://9615812 :
Argyrios Kyrtzidis
2011-07-27
1
-0
/
+8
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+9
*
Give some convenient idiomatic accessors to Stmt::child_range and
John McCall
2011-02-13
1
-1
/
+1
*
Don't emit a dead store for '++' operations unless it occurs with a return st...
Ted Kremenek
2011-02-12
1
-0
/
+9
*
Add method ParentMap::addStmt().
Ted Kremenek
2010-11-15
1
-0
/
+6
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-5
/
+5
*
Add ParentMap:getParentIgnoreParens().
Ted Kremenek
2009-05-11
1
-0
/
+5
*
Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* that
Ted Kremenek
2009-05-05
1
-1
/
+1
*
Another ParentMap bug: only the right side of a comma expression is consumed.
Ted Kremenek
2009-04-09
1
-2
/
+2
*
Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the
Ted Kremenek
2009-04-08
1
-1
/
+3
*
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
Ted Kremenek
2009-04-01
1
-0
/
+40
*
Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...
Ted Kremenek
2009-01-20
1
-8
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Added ParentMap, a class to represent a lazily constructed mapping from child...
Ted Kremenek
2008-06-20
1
-0
/
+54