index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
Age
Commit message (
Expand
)
Author
2009-08-02
Fix regression caused by recent refactoring where HTML and plist files would ...
Ted Kremenek
2009-08-01
Additional AuroraUX header path.
Eli Friedman
2009-08-01
Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan.
Eli Friedman
2009-07-31
Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer
John McCall
2009-07-31
Add a CastKind enum to CastExpr. Right now it's not used for much but it will...
Anders Carlsson
2009-07-31
Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient
Ted Kremenek
2009-07-30
Initialize an otherwise-wild pointer. Fixes a crashy analyzer
Douglas Gregor
2009-07-30
simple fixes.
Zhongxing Xu
2009-07-30
Make AnalysisManager into its own source file and a pure data management class.
Zhongxing Xu
2009-07-30
This patch collects all analysis context data into a new class
Zhongxing Xu
2009-07-29
Make tag declarations redeclarable. This change has three purposes:
Douglas Gregor
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Don't use a formatted ostream when writing .ll either.
Daniel Dunbar
2009-07-29
Don't use a formatted ostream when writing .bc files. I don't really understand
Daniel Dunbar
2009-07-29
Add missing '"'
Daniel Dunbar
2009-07-28
Make longjmp a real builtin.
Mike Stump
2009-07-27
(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"
Ted Kremenek
2009-07-27
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-26
add gentoo 2009.0 g++ header locations
Nuno Lopes
2009-07-26
Update for API change.
Daniel Dunbar
2009-07-26
Lookup targets by Triple instead of Module.
Daniel Dunbar
2009-07-24
Allow front-end 'isa' access on object's of type 'id'.
Steve Naroff
2009-07-23
Clean up the ActOnTag action, so that there is only a single entry
Douglas Gregor
2009-07-23
Add initial implementation of checking for uses of floating point as a loop c...
Ted Kremenek
2009-07-21
Add the location of the tag keyword into TagDecl. From Enea
Douglas Gregor
2009-07-21
define __STDC_VERSION__ processor token for c94
Ryan Flynn
2009-07-21
Remove the ObjCCategoryImpls vector from Sema class.
Argyrios Kyrtzidis
2009-07-20
Add yet more analysis for CFGs involving conditionals that are actually const...
Mike Stump
2009-07-20
Reuse VarDecl::Init to store the default argument of a ParmVarDecl,
Douglas Gregor
2009-07-18
Remove ObjCQualifiedInterfaceType:-)
Steve Naroff
2009-07-18
Fix a comment.
Zhongxing Xu
2009-07-18
Location should be passed to setLocEnd() not to setAtEndLoc() which belongs t...
Argyrios Kyrtzidis
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
Move the source-level CFG from libAST to libAnalysis.
Ted Kremenek
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-07-15
Reapply r75764: [llvm up] Switch to using the new TargetRegistry
Daniel Dunbar
2009-07-15
Revert r75764 "[llvm up] Switch to using the new TargetRegistry" to fix build.
Argyrios Kyrtzidis
2009-07-15
Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...
Steve Naroff
2009-07-15
Update for raw_fd_ostream API changes. raw_fd_ostream now has a
Dan Gohman
2009-07-15
[llvm up] Switch to using the new TargetRegistry.
Daniel Dunbar
2009-07-14
fix fallout of the LLVM codegen switching to formatted_raw_ostream.
Chris Lattner
2009-07-14
Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.
Steve Naroff
2009-07-14
Basic support for C++0x unicode types. Support for literals will follow in a...
Alisdair Meredith
2009-07-14
Read/write a CXXOperatorCallExpr from/to PCH files.
Argyrios Kyrtzidis
2009-07-14
Read/write TagDecl's RBraceLoc from/to PCH files.
Argyrios Kyrtzidis
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-08
Patch adds test to my previous patch for assigning to
Fariborz Jahanian
2009-07-07
Make ASTContext explicitly keep track of the declaration for the C
Douglas Gregor
[next]