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
Age
Commit message (
Expand
)
Author
2013-02-21
Patch for debug info of qualified-id types is 'id'
Fariborz Jahanian
2013-02-21
Preprocessor: preserve whitespace in -traditional-cpp mode.
Jordan Rose
2013-02-21
[driver] Add a dump method for ArgList.
Chad Rosier
2013-02-21
Allow breaking between type and name in for loops.
Daniel Jasper
2013-02-21
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
Avoid implicit conversions of Optional<T> to bool.
David Blaikie
2013-02-21
StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function]
NAKAMURA Takumi
2013-02-21
Whitespace.
NAKAMURA Takumi
2013-02-21
[analyzer] Record whether a base object region represents a virtual base.
Jordan Rose
2013-02-21
[analyzer] Tidy up a few uses of Optional in RegionStore.
Jordan Rose
2013-02-21
libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against
Richard Smith
2013-02-21
Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcda
Nick Lewycky
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
Rename TypeLoc's isType to isKind
David Blaikie
2013-02-21
[analyzer] Tighten up safety in the use of lazy bindings.
Jordan Rose
2013-02-21
Remove commented out code.
Richard Trieu
2013-02-21
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2013-02-20
Revert "intmax_t is long long on Darwin, not long."
Jordan Rose
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Remove redundant Optional type in favor of llvm::Optional
David Blaikie
2013-02-20
Use op-> directly rather than via Optional<T>::getPointer.
David Blaikie
2013-02-20
PR15311: Finish implementation of the suggested resolution of core issue 1488,
Richard Smith
2013-02-20
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
Fix regression in string literal alignment.
Manuel Klimek
2013-02-20
Fixes bug in string literal alignment.
Manuel Klimek
2013-02-20
Don't remove blank lines within unwrapped lines.
Daniel Jasper
2013-02-20
Implements breaking of string literals if they stick out.
Manuel Klimek
2013-02-20
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
intmax_t is long long on Darwin, not long.
Jordan Rose
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-20
Don't repeat the function name in the comment.
Richard Smith
2013-02-20
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-20
[analyzer] Account for the "interesting values" hash table resizing.
Jordan Rose
2013-02-19
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-19
[analyzer] Don't accidentally strip off base object regions for lazy bindings.
Jordan Rose
2013-02-19
Add missing clang-format null pointer check..
Daniel Jasper
2013-02-19
[modules] Const'ify some functions of ModuleMap.
Argyrios Kyrtzidis
2013-02-19
[modules] Refactor code from ASTReader::makeModuleVisible() into a new function,
Argyrios Kyrtzidis
2013-02-19
Use MapVector::pop_back() per LLVM r175538.
Douglas Gregor
2013-02-19
Correctly format macro with unfinished template declaration.
Daniel Jasper
2013-02-19
[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...
Alexey Samsonov
2013-02-19
Fix bug in LineState comparison function.
Daniel Jasper
2013-02-19
More grammar.
Eric Christopher
2013-02-19
Fixing a typo where FixIts was accidentally self-assigning instead of assigni...
Aaron Ballman
2013-02-19
Add support for -fvisibility-ms-compat.
John McCall
2013-02-19
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-19
Temporarily revert r175471 for more review.
Bill Wendling
2013-02-18
Add a 'no-builtin' attribute if we do not want to simplify calls.
Bill Wendling
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
[next]