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
Age
Commit message (
Expand
)
Author
2013-01-28
ASTReader and profiling statistics indicate that implementing a method
Douglas Gregor
2013-01-28
Add some more ASTReader statistics for global method pool lookups.
Douglas Gregor
2013-01-28
Back out r173689. It doesn't matter when we're building with Clang anyway.
Douglas Gregor
2013-01-28
Eliminate memory allocation from most invocations of
Douglas Gregor
2013-01-28
Don't put a function's return type on its own line in Google style.
Daniel Jasper
2013-01-28
Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a
Douglas Gregor
2013-01-28
Print warning instead of error if optional ASan features are enabled w/o spec...
Alexey Samsonov
2013-01-28
Add a -pedantic warning: an anonymous union within an anonymous union is not
Richard Smith
2013-01-27
PR15067: Don't assert when a UCN appears in a C90 file.
Jordan Rose
2013-01-26
Added ASTContext methods getIntPtrType and getUIntPtrType.
Enea Zaffanella
2013-01-26
Constify getOptionalExplicitTemplateArgs()
Dmitri Gribenko
2013-01-26
Constify some getters of DesignatedInitExpr
Dmitri Gribenko
2013-01-26
Give a more informative error message when the dot or arrow operator is used
Richard Trieu
2013-01-26
Highlight various parts of the AST dump with color. Colors are controlled by
Richard Trieu
2013-01-26
[analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode.
Jordan Rose
2013-01-26
[analyzer] Add 'prune-paths' config option to disable path pruning.
Jordan Rose
2013-01-26
[analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths.
Jordan Rose
2013-01-26
Since we're stuck with realpath for the header <-> module mapping,
Douglas Gregor
2013-01-26
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2013-01-26
Preserve Sema::UndefinedInternals across PCH boundaries. Fixes
Nick Lewycky
2013-01-25
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
Improve coordination between the module manager and the global module
Douglas Gregor
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
Optimize ModuleManager::visit() by precomputing the visitation order
Douglas Gregor
2013-01-25
Add space after ';'.
Fariborz Jahanian
2013-01-25
Improve diagnsotic further on integer overflow.
Fariborz Jahanian
2013-01-25
ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare]
NAKAMURA Takumi
2013-01-25
Add missing InGroup for this warning.
Nick Lewycky
2013-01-25
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2013-01-25
[Frontend] Remove another IsUserSpecified member variable that is now unused.
Daniel Dunbar
2013-01-25
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
Daniel Dunbar
2013-01-25
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-25
Rename the -cc1 option "-generate-module-index" to
Douglas Gregor
2013-01-25
Track the number of lookups and hits into the on-disk hash tables for
Douglas Gregor
2013-01-25
Clean up: since we have FunctionDecl::IsInline, make it store the right value
Richard Smith
2013-01-24
[analyzer] Fixup for r173385 and r173386 - initialize the members.
Anna Zaks
2013-01-24
Fixes text of diagnostics in integer overflow patch.
Fariborz Jahanian
2013-01-24
[analyzer] Add "-analyzer-config mode=[deep|shallow] ".
Anna Zaks
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-24
[analyzer] refactor: access IPAMode through the accessor.
Anna Zaks
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-24
Move 'convertUTF8Sequence' helper into the C++ section of the header file.
Jordan Rose
2013-01-24
Add a fixit for \U1234 -> \u1234.
Jordan Rose
2013-01-24
Handle universal character names and Unicode characters outside of literals.
Jordan Rose
2013-01-24
Unify diagnostics for \x, \u, and \U without any following hex digits.
Jordan Rose
2013-01-24
[ms-inline asm] Add an error when trying to compile MS-style inline assembly
Chad Rosier
2013-01-24
[driver] Associate a JobAction with each result file. This enables the driver
Chad Rosier
2013-01-24
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-24
Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...
Nick Lewycky
[prev]
[next]