index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-01-16
minor cleanups to StringLiteralParser: no need to pass target info
Chris Lattner
2009-01-16
Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using ty...
Ted Kremenek
2009-01-16
Part one of handling C++ functional casts. This handles semantic
Douglas Gregor
2009-01-16
Used a more suitable api to get to the type of a record
Fariborz Jahanian
2009-01-16
Add test case for member name lookup
Douglas Gregor
2009-01-16
Use a single function for doing vararg argument promotion. Also, make sure to...
Anders Carlsson
2009-01-16
Implement basic support for parsing #pragma comment, a microsoft extension
Chris Lattner
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
rename "virtual location" of a macro to "instantiation location".
Chris Lattner
2009-01-16
rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt.
Chris Lattner
2009-01-16
remove obsolete comment which happened to go over 80 cols.
Chris Lattner
2009-01-16
remove an unneeded const_cast.
Chris Lattner
2009-01-16
update for terminology change.
Chris Lattner
2009-01-16
Change some terminology in SourceLocation: instead of referring to
Chris Lattner
2009-01-16
Don't advance the statement iterator after we've deallocated the statement
Douglas Gregor
2009-01-16
Extract code dealing with typedef declarators into a separate function.
Zhongxing Xu
2009-01-16
Add test for contextual conversion to bool, and enable some FIXME'd tests
Douglas Gregor
2009-01-16
Extract code dealing with variable declarator into a separate function.
Zhongxing Xu
2009-01-16
Attempt to unbreak Windows build.
Daniel Dunbar
2009-01-16
postpone sizeof objc-class computatin to the clients.
Fariborz Jahanian
2009-01-16
Extract code dealing with declarators of function type into a separate function
Zhongxing Xu
2009-01-16
Implemented code gen for sizeof(objc class interface).
Fariborz Jahanian
2009-01-16
Improve diagnostics for ambiguous name lookup results
Douglas Gregor
2009-01-15
add codegen support to union casts
Nuno Lopes
2009-01-15
PTH: Fix termination condition in binary search.
Ted Kremenek
2009-01-15
PR3330: given an enum like this:
Chris Lattner
2009-01-15
IdentifierInfo:
Ted Kremenek
2009-01-15
Fix some unused variable, control reaches end of non-void function,
Daniel Dunbar
2009-01-15
Add dummy X86_64 ABIInfo implementation.
Daniel Dunbar
2009-01-15
add support for initializing static vars with a cast to union (gcc extension)
Nuno Lopes
2009-01-15
PR2746: Implement GCC cast to union extension
Seo Sanghyeon
2009-01-15
Add utils/ABITest, my ABI test generation tool.
Daniel Dunbar
2009-01-15
Deallocate the BasePaths structure that we allocate for LookupResult.
Douglas Gregor
2009-01-15
PTH: Embed a persistentID side-table in the PTH file that is sorted in the
Ted Kremenek
2009-01-15
Initial implementation of member name lookup
Douglas Gregor
2009-01-14
ccc: Implement support clang PTH using gcc PCH style interface.
Daniel Dunbar
2009-01-14
Refactor name lookup.
Douglas Gregor
2009-01-14
CmpDriver: Allow over-ride of drivers to compare through env variables
Daniel Dunbar
2009-01-14
ccc: Finish main clang compiler argument translation.
Daniel Dunbar
2009-01-14
Patch to keep clang honest that it does not yet support
Fariborz Jahanian
2009-01-14
Fix typo and spelling of -Wunused-macros.
Daniel Dunbar
2009-01-14
Test explicit constructor
Douglas Gregor
2009-01-14
Introduce support for C++0x explicit conversion operators (N2437)
Douglas Gregor
2009-01-14
Add a FIXME.
Steve Naroff
2009-01-14
ccc: Darwin/Compiler: Improve gcc compat in use of -auxbase-strip.
Daniel Dunbar
2009-01-14
ccc: Implement argument translation for clang.
Daniel Dunbar
2009-01-14
ccc: Add hello.{cpp,m} tests.
Daniel Dunbar
2009-01-14
ccc: Add -ccc-echo special option, and support pulling CCC_CLANG,
Daniel Dunbar
2009-01-14
ccc: Use Clang/Compile for Objective-C files as well.
Daniel Dunbar
2009-01-14
Fix a subtle bug in DeclContext::DestroyDecls().
Steve Naroff
[prev]
[next]