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
2010-03-17
Issue a proper diagnostic if we couldn't open dump file
Kovarththanan Rajaratnam
2010-03-17
Don't "take" the file manager and source manager when
Douglas Gregor
2010-03-16
Make sure we actually override ReadHeaderFileInfo when we meant to
Douglas Gregor
2010-03-16
Fix header-search problems with precompiled headers, where the
Douglas Gregor
2010-03-16
Switch another function to StringRef instead of char pointer pairs.
Benjamin Kramer
2010-03-16
Let SourceManager::getBufferData return StringRef instead of a pair of two co...
Benjamin Kramer
2010-03-16
Don't consume tokens past the end-of-file in an @interface. Fixes
Douglas Gregor
2010-03-16
Use SourceManager's Diagnostic object for all file-reading errors,
Douglas Gregor
2010-03-16
Give SourceManager a Diagnostic object with which to report errors,
Douglas Gregor
2010-03-15
Introduce a new BufferResult class to act as the return type of
Douglas Gregor
2010-03-15
Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.
John McCall
2010-03-15
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
John McCall
2010-03-14
Add EmitString helper method
Kovarththanan Rajaratnam
2010-03-14
Unbreak last commit. This should have been part of r98478.
Kovarththanan Rajaratnam
2010-03-14
Pass file string by reference
Kovarththanan Rajaratnam
2010-03-14
Path related cleanup. Remove unnecessary variables.
Kovarththanan Rajaratnam
2010-03-14
Use makeAbsolute()
Kovarththanan Rajaratnam
2010-03-14
Move to anonymous namespace
Kovarththanan Rajaratnam
2010-03-13
Simplify code.
Benjamin Kramer
2010-03-13
Use SmallString instead of SmallVector
Kovarththanan Rajaratnam
2010-03-13
No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...
Kovarththanan Rajaratnam
2010-03-12
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
Remember whether a ParmVarDecl was spelled with a default argument or
John McCall
2010-03-12
Add IdentifierTable::get() overload and start using it
Kovarththanan Rajaratnam
2010-03-11
Add tentative support for accessing local variables with
Fariborz Jahanian
2010-03-10
Change the 'super' messaging API in the rewriter.
Fariborz Jahanian
2010-03-10
Create a new InjectedClassNameType to represent bare-word references to the
John McCall
2010-03-08
Improve XML output for C++ classes, from Olaf Krzikalla!
Douglas Gregor
2010-03-08
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-03-08
Keep track of type source information in the return type of an
Douglas Gregor
2010-03-07
Undefine correct macro
Kovarththanan Rajaratnam
2010-03-07
Don't rely on implicit conversion
Kovarththanan Rajaratnam
2010-03-07
Rename to addPPCallbacks since we're effectively adding a callback and maybe ...
Kovarththanan Rajaratnam
2010-03-07
Don't assert if PP already contains a valid PP callback. The PP can handle mu...
Kovarththanan Rajaratnam
2010-03-06
on both the mac and linux, /usr/local/include is treated
Chris Lattner
2010-03-06
Lowercase for consistency
Kovarththanan Rajaratnam
2010-03-05
The Windows build is just too weird; there's no real cost to doing the concur...
Douglas Gregor
2010-03-05
Switch from NDEBUG to _DEBUG, since our Windows build is funny
Douglas Gregor
2010-03-05
A little hack to identify unwanted concurrency in CIndex
Douglas Gregor
2010-03-05
Use clang::io::Emit8
Kovarththanan Rajaratnam
2010-03-04
Patch to get around a rewriter bug rewriting storage class
Fariborz Jahanian
2010-03-04
Fixes a bug whereby static const block var has static
Fariborz Jahanian
2010-03-04
Revert changes r97693, r97700, and r97718.
John McCall
2010-03-04
Create a TargetMachine whenever we create a CodeGenAction. The codegen of
John McCall
2010-03-03
Remove the linux c includes part of my last patch.
Eric Christopher
2010-03-03
Add in more c++ header paths for later gccs under gentoo linux.
Eric Christopher
2010-03-02
Move Emit24 to clang::io
Kovarththanan Rajaratnam
2010-03-02
Cast a pointer to 'long long' to satisfy all compilation models.
Fariborz Jahanian
2010-03-01
More rewriter of nested blocks fun stuff.
Fariborz Jahanian
2010-02-28
Opt into the Verifier now that it's an opt-in feature of
Dan Gohman
[prev]
[next]