index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Parse
/
Scope.h
Age
Commit message (
Expand
)
Author
2009-11-05
Eliminate some false positives due to a thinko in the "'blah' is
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-28
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-13
Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis...
Steve Naroff
2009-02-28
Fix <rdar://problem/6451399> problems with labels and blocks.
Steve Naroff
2009-02-11
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
Steve Naroff
2009-02-03
Semantic analysis, ASTs, and unqualified name lookup support for C++
Douglas Gregor
2009-01-09
When we see a reference to a struct, class, or union like "struct X"
Douglas Gregor
2008-12-16
Remove tabs.
Nate Begeman
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-10
Added a warning when referencing an if's condition variable in the
Douglas Gregor
2008-12-05
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-02
A little more scaffolding for parsing templates:
Douglas Gregor
2008-09-10
More semantic analysis for blocks...
Steve Naroff
2008-09-09
Implement parser support for the 'condition' part of C++ selection-statements...
Argyrios Kyrtzidis
2008-08-28
Add parser/action support for block literal expressions.
Steve Naroff
2008-06-24
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-04-21
Clean up handling of function redeclarations
Douglas Gregor
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-08-26
Break the assumption that any sort of scope (e.g. a loop scope) can
Chris Lattner
2007-08-26
remove some dead enum values.
Chris Lattner
2007-07-22
Refactor switch analysis to make it possible to detect duplicate case values
Anders Carlsson
2007-07-18
Add initial switch stmt support, patch by Anders Carlsson!
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer